[Home] [By Thread] [By Date] [Recent Entries]
<xsl:template match="row"> <xsl:comment><row></xsl:comment> <xsl:apply-templates/> <xsl:comment></row></xsl:comment> </xsl:template> or <xsl:copy-of select="node()"/> in the middle if you are not using an identity template by default. david
|

Cart



