summaryrefslogtreecommitdiff
path: root/tests/general/bug-100.xsl
blob: 9a62e230c026a84d4d7ca1604a5c29988d62bd3a (plain)
1
2
3
4
5
6
7
8
9
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		xmlns="http://xmlsoft.org/XSLT/"
		extension-element-prefixes="#default"
                version='1.0'>
<xsl:template match="/">
<test/>
</xsl:template>
</xsl:stylesheet>