Subject: Re: [xsl] Removing xsi:noNamespaceSchemaLocation from resulting xml From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Sat, 18 Aug 2012 18:48:22 +0200 |
I have stylesheet that is combining multiple files into one file. Each file has a root called 'dm' which has a reference to a schema location. When I copy the root nodes and all its children into my resulting xml file, I am stripping the namespace (if any). My question is; how do I not copy the Schema location (xsi:noNamespaceSchemaLocation)?
<xsl:template match="dm" mode="copy"> <xsl:copy > <xsl:copy-of select="@* "/>
<xsl:apply-templates select="*" mode="copy"/>
</xsl:copy > </xsl:template>
Martin Honnen --- MVP Data Platform Development http://msmvps.com/blogs/martin_honnen/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] Removing xsi:noNamespaceSchem, Philip Vallone | Thread | Re: [xsl] Removing xsi:noNamespaceS, Philip Vallone |
[xsl] Removing xsi:noNamespaceSchem, Philip Vallone | Date | Re: [xsl] InDesign IDML table conve, Ganesh Babu N |
Month |