summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatterns/stylesheets/namedTemplate.xsl
blob: e296e6dee8a96c822d4ceed7de312f5f439aa217 (plain)
1
2
3
4
5
6
7
8
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">

    <xsl:template name="main">
        <xsl:value-of select="1 to 5"/>
    </xsl:template>

</xsl:stylesheet>