blob: 7606f64af4008ea8eca0afa5be95a596458e099c [file] [log] [blame]
<?xml version="1.0"?>
<page xmlns:xi="http://www.w3.org/2001/XInclude">
<title>XInclude xml:base demo</title>
<content>
This is a test of the xml:base support.
<hr/>
<dummy xml:base="cocoon:/dir1/dir2/dir3/">
<xi:include href="../../../test3.xml"/>
<dummy xml:base="cocoon:/dir1/">
<xi:include href="../test3.xml"/>
</dummy>
<xi:include href="../../../test3.xml"/>
</dummy>
</content>
</page>