[Home] [By Thread] [By Date] [Recent Entries]
Ben Stover wrote:
I would like to strip off from a XSD schema file all annotation tags. In other words all elements
<xsl:template match="xsd:annotation"/> <xsl:template match="@* | node()">
<xsl:copy>
<xsl:apply-templates select="@* | node()"/>
</xsl:copy>
</xsl:template></xsl:stylesheet> -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|

Cart



