1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-20 01:21:38 +03:00
Files
libxslt/tests/REC/test-11.2-4.xsl
Daniel Veillard 96364c3698 No sleep :-(, still stuck in (test/debug/patch) loop:
- tests/REC/test-11*: added more tests
- libxslt/transform.c libxslt/variables.c: fixing bugs raised by
  said tests
Daniel
2001-02-01 04:38:30 +00:00

12 lines
271 B
XML

<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" select="2"/>
<xsl:template match="doc">
<xsl:value-of select="item[$n]"/>
</xsl:template>
</xsl:stylesheet>