blob: 6fbe0e1d294495b5db4459f3b1909f67d6122430 [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"
xml:base="../">
<!-- using xml:base on both parent element and include element -->
<xi:include xml:base="included/"
parse="xml"
href="elem.xml"/>
</x>