blob: 2a6f1939bb7eabbc6d695239f21e1571c91f588d [file] [log] [blame]
<?xml version='1.0'?>
<!DOCTYPE x SYSTEM "tests.dtd">
<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">
<elem bar="jpg"/>
<!-- test including a document with a conflicting notation -->
<!-- EXPECT FAILURE -->
<xi:include parse="xml"
href="../included/not2.xml"/>
</x>