blob: eed86b9e8450225e1132a2a68574b516ac5bf879 [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 values for parse other than "xml" or "text" are invalid -->
<!-- EXPECT FAILURE -->
<xi:include parse="xxx"
href="../included/elem.xml"/>
</x>