[Home] [By Thread] [By Date] [Recent Entries]
That was not the code I posted, which also had this
<xsl:template match="*">
<xsl:copy>
<xsl:copy-of select="@*"/>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
The code you posted had no templates that generated or copied element
nodes, so you get no nodes in the output.
|

Cart



