blob: 6b1b613f17298b3b1fe02799ed3354558d657e51 [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">
<!-- using xml:base on include element to move to wrong directory -->
<!-- EXPECT FAILURE -->
<xi:include xml:base="../"
parse="xml"
href="../included/elem.xml"/>
</x>