Project

Profile

Help

Bug #6624 » identity-transformation.xsl

Martin Honnen, 2025-01-06 09:27

 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:saxon="http://saxon.sf.net/"
exclude-result-prefixes="#all"
version="3.0"
expand-text="yes">

<xsl:mode on-no-match="shallow-copy" streamable="yes"/>

<xsl:template match="/">
<xsl:copy>
<xsl:apply-templates/>
<xsl:comment>Run with {static-base-uri()} at {current-dateTime()}</xsl:comment>
</xsl:copy>
</xsl:template>

</xsl:stylesheet>
(1-1/2)