blob: d5c73d7f5188b048b54914b1308b98589e32060e [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">
<!-- test including a resource that isn't there, when parse="xml" -->
<!-- EXPECT FAILURE -->
<xi:include parse="xml"
href="../included/invalid.xml"/>
</x>