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