237d9a880e8431ffc520771d121e8a4d6fca52ac
[platform/upstream/libxslt.git] / tests / namespaces / extra2.xsl
1 <xsl:stylesheet version="1.0"
2               xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3               xmlns="http://www.w3.org/TR/xhtml1/strict"
4               xmlns:libxml="http://xmlsoft.org/XSLT/namespace"
5               xsl:extension-element-prefixes="libxml">
6
7 <xsl:template match="/">
8 <libxml:debug/>
9 </xsl:template>
10 </xsl:stylesheet>