summaryrefslogtreecommitdiff
path: root/tests/REC/test-11.2-3.xsl
blob: c41aac645768c534174f7c62a9ed828101f2e5d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<xsl:stylesheet version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:fo="http://www.w3.org/1999/XSL/Format">

<xsl:variable name="n">2</xsl:variable>

<xsl:template match="doc">
<xsl:value-of select="item[$n]"/>
</xsl:template>

</xsl:stylesheet>