aboutsummaryrefslogtreecommitdiffstats
path: root/test/XInclude/docs/fallback4.xml
blob: b500a635fb562db6365d8b6411a0b9551836a301 (plain)
1
2
3
4
5
6
7
<a>
    <xi:include href="c.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
        <xi:fallback>
            <xi:include href="../ents/something.xml"/>
        </xi:fallback>
    </xi:include>
</a>