blob: fc0c855791b47f1f042fc7d0cb16ba156f5d08e1 [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 2 fallbacks cause a failure when the include is successful -->
<!-- EXPECT FAILURE -->
<xi:include parse="xml"
href="../included/elem.xml">
<xi:fallback/>
<xi:fallback/>
</xi:include>
</x>