summaryrefslogtreecommitdiffstats
path: root/libxslt/tests/REC/test-15-1.xsl
blob: 71cdc23c947e91f3e9405ff5f6bb573e692e3845 (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/"
		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>