1
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
2
3
<xsl:template name="main">
4
<xsl:value-of select="1 to 5"/>
5
</xsl:template>
6
7
</xsl:stylesheet>
8