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