summaryrefslogtreecommitdiff
path: root/tests/namespaces/tst9.xsl
blob: 69c8a856cf7c9266a6ef605670e4c5ecb23f0b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 xmlns:ns="namespace"
>

<xsl:template name="test"/>

<xsl:template name="ns:test"/>

</xsl:stylesheet>