Fixed regression tests wrt usage of the attributes
[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               extension-element-prefixes="libxml">
6
7 <xsl:template match="/">
8 <libxml:debug/>
9 </xsl:template>
10 </xsl:stylesheet>