unplugged-system/external/libxml2/test/XInclude/without-reader/fallback7.xml

13 lines
337 B
XML
Raw Normal View History

<x xmlns:xi="http://www.w3.org/2001/XInclude">
<a>text</a>
<xi:include xpointer="xpointer(//b)"/>
<xi:include href="404.xml">
<xi:fallback>
<b>
<xi:include xpointer="xpointer(//a)"/>
</b>
</xi:fallback>
</xi:include>
<xi:include xpointer="xpointer(//b)"/>
</x>