Commenting out NS removal template

svn path=/trunk/; revision=20363
This commit is contained in:
ato 2011-04-25 13:53:48 +00:00
parent c783464214
commit 75f3409ffb

View File

@ -845,10 +845,11 @@
<xsl:apply-templates select="@* | node()"/>
</xsl:copy>
</xsl:template>
<!--
<xsl:template match="@x:*">
<xsl:attribute name="{local-name()}">
<xsl:value-of select="." />
</xsl:attribute>
</xsl:template>
-->
</xsl:stylesheet>