[Home] [By Thread] [By Date] [Recent Entries]
Ben Stover wrote:
Just another question: Two template do that: <xsl:template match="*[not(node())]"/> <xsl:template match="@* | node()">
<xsl:copy>
<xsl:apply-templates select="@* | node()"/>
</xsl:copy>
</xsl:template>-- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|

Cart



