(root)/
libxml2-2.12.3/
test/
XInclude/
docs/
fallback4.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>