summaryrefslogtreecommitdiff
path: root/tests/namespaces/tst.xsl
blob: 3aa676e6745426232bfda0636f28c0d3ac340892 (plain)
1
2
3
4
5
6
7
8
<xsl:stylesheet version="1.0"
	      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	      xmlns="http://www.w3.org/TR/xhtml1/strict">

<xsl:template match="doc[5]">
success
</xsl:template>
</xsl:stylesheet>