summaryrefslogtreecommitdiff
path: root/test/XInclude/docs/fallback2.xml
blob: dac71f9b1f2528dac867661ea55b24b3462d7394 (plain)
1
2
3
4
5
6
7
8
9
10
<a>
        <xi:include href="b.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
                <xi:fallback>There is no b.xml ... </xi:fallback>
        </xi:include>
        <xi:include href="c.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
                <xi:fallback>There is no c.xml ... </xi:fallback>
        </xi:include>
 
</a>