Project

Profile

Help

Bug #4993 » rename-formatting.xsl

Philip Fearon, 2021-05-18 13:12

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="#all"
version="3.0">
<xsl:mode on-no-match="shallow-copy"/>
<xsl:template match="/*">
<xsl:copy>
<xsl:copy-of select="node()"/>
<!-- <xsl:apply-templates select="node()"/> -->
</xsl:copy>
</xsl:template>
</xsl:stylesheet>
(2-2/2)