|
Subject: Re: [xsl] How to strip off all <xsd:annotation> ...</xsd.annotation> tags From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Wed, 05 Aug 2009 15:22:48 +0200 |
I would like to strip off from a XSD schema file all annotation tags. In other words all elements
<xsd:annotation> ..... </xsd:annotation>
should be eliminated from the XSD schema including when is inside such a tag.
How could I do this with a XSLT script?
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0">
<xsl:template match="@* | node()">
<xsl:copy>
<xsl:apply-templates select="@* | node()"/>
</xsl:copy>
</xsl:template>Martin Honnen http://msmvps.com/blogs/martin_honnen/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] How to strip off all <xsd:ann, Ben Stover | Thread | Re: [xsl] How to strip off all <xsd, Ben Stover |
| [xsl] How to strip off all <xsd:ann, Ben Stover | Date | [xsl] Problem with sum values with , Jacek Dunia |
| Month |