> Cum gasesc si eu un xsl care sa-mi scuipe exact xml-ul original > (eventual formatat, daca e musai).
Asta merge? scuipa.xsl: <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0"> <xsl:template match="*|@*"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates/> </xsl:copy> </xsl:template> </xsl:stylesheet> --- Detalii despre listele noastre de mail: http://www.lug.ro/
