android13/external/libxml2/test/XInclude/docs/fallback4.xml

8 lines
200 B
XML

<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>