blob: f31552bf29b94c5eea545c32a91e46b42fdfa33d [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 0 fallbacks is a failure when the include is unsuccessful -->
<!-- EXPECT FAILURE -->
<xi:include parse="xml"
href="../included/invalid.xml"/>
</x>