Files
XML_Data_Parsing/libxml2/test/XInclude/docs/fallback6.xml
T

9 lines
236 B
XML
Raw Normal View History

2026-07-19 22:48:13 +08:00
<?xml version="1.0"?>
<doc>
<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>
</doc>