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