blob: 4b2f6a08edad8a7dc6cfa38e6b67cf8d653a1cfb [file] [log] [blame]
<?xml version='1.0'?>
<!-- tests that files included from other directories work -->
<include xmlns="http://www.w3.org/2001/XInclude" href="invalid.xml">
<fallback>
<child3 xmlns="" name="kid3">
<desc>
<include xmlns="http://www.w3.org/2001/XInclude" href="../include10.txt" parse="text">
<fallback>
<!-- this fallback won't be used -->
<child4 xmlns="" name="kid4">
<desc>Text4</desc>
</child4>
</fallback>
</include>
</desc>
</child3>
</fallback>
</include>