Attempting to remove xmlns

svn path=/trunk/; revision=20351
This commit is contained in:
ato 2011-04-25 13:28:29 +00:00
parent 0bf1f99032
commit 3809e18742

View File

@ -842,7 +842,9 @@
<!-- For all other nodes, copy verbatim -->
<xsl:template match="@*|node()" priority="-1">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
<xsl:element name="{local-name()}">
<xsl:apply-templates select="@*|node()"/>
</xsl:element>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>