summaryrefslogtreecommitdiff
path: root/tests/REC/test-11.2-5.xsl
blob: 876c0efdea58cd537b9c2467813b823d3360783d (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[position()=$n]"/>
</xsl:template>

</xsl:stylesheet>