OK, put in this verbatim, priority altered node copy... see what happens

svn path=/branches/test/; revision=28888
This commit is contained in:
2014-08-04 11:19:46 +00:00
parent 973a4f23c4
commit 755dcfcf47
+2 -2
View File
@@ -26,10 +26,10 @@
<xsl:template match="set | tags | text"/>
<!-- For all other nodes, copy verbatim -->
<!-- xsl:template match="@*|node()" priority="-1">
<xsl:template match="@*|node()" priority="-1">
<xsl:copy>
<xsl:apply-templates select="@* | node()"/>
</xsl:copy>
</xsl:template -->
</xsl:template>
</xsl:stylesheet>