blob: a35af0650dd071b8740b0e530e6562f0ea010fc8 [file] [log] [blame]
<?xml version="1.0"?>
<x xmlns="http://www.schemaTest.org/xinclude-test"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
<!-- tests that a fallback is used when the include is unsuccessful -->
<xi:include parse="xml"
href="../included/elem.xml">
<xi:fallback>
<elem/>
</xi:fallback>
</xi:include>
</x>