aboutsummaryrefslogtreecommitdiffstats
path: root/test/XInclude/docs/fallback6.xml
blob: fd00a03f204b5d2c8e6d513601da3c4787ef93c9 (plain)
1
2
3
4
5
6
<?xml version="1.0"?>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="b.xml">
    <xi:fallback><xi:include href="c.xml">
        <xi:fallback/>
    </xi:include></xi:fallback>
</xi:include>