summaryrefslogtreecommitdiff
path: root/tests/REC/test-5.2-15.xsl
blob: 40b94a7d0cde15b858b8534f27039f5567d55b3c (plain)
1
2
3
4
5
6
<xsl:stylesheet version="1.0"
		xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="item[position() mod 2 = 1]">
Success
</xsl:template>
</xsl:stylesheet>