7 lines
203 B
XML
7 lines
203 B
XML
<?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>
|