summaryrefslogtreecommitdiff
path: root/tests/REC/test-5.2-1.xsl
blob: ef80e9435e492cf0ca386ca48f995838f0d196b2 (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">
Success
</xsl:template>
</xsl:stylesheet>