summaryrefslogtreecommitdiff
path: root/tests/REC/test-15-1.xsl
blob: 920a268e797badb6530dc8e03447dfe6bc5a59a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		xmlns:test="http://example.org/"
		xsl:extension-element-prefixes="test"
		exclude-result-prefixes="test"
                version='1.0'>
<xsl:template match="/">
<test:test>
<xsl:fallback><doc>SUCCESS</doc></xsl:fallback>
</test:test>
</xsl:template>
</xsl:stylesheet>