summaryrefslogtreecommitdiff
path: root/tests/namespaces/extra2.xsl
blob: 52b63c8a947ec75939d293da66626dce7132e65a (plain)
1
2
3
4
5
6
7
8
9
10
<xsl:stylesheet version="1.0"
	      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	      xmlns="http://www.w3.org/TR/xhtml1/strict"
	      xmlns:libxml="http://xmlsoft.org/XSLT/namespace"
	      extension-element-prefixes="libxml">

<xsl:template match="/">
<libxml:debug/>
</xsl:template>
</xsl:stylesheet>