Project

Profile

Help

Bug #4229 » printSysID.xsl

Octavian Nadolu, 2019-05-31 07:46

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:saxon="http://saxon.sf.net/"
version="3.0">
<xsl:template match="@remap">
systemId @remap: <xsl:value-of select="saxon:system-id()" />
</xsl:template>
<xsl:template match="*|@*">
<xsl:apply-templates select="*|@*"/>
</xsl:template>
</xsl:stylesheet>
(1-1/3)