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