(root)/
libxml2-2.12.3/
test/
XInclude/
without-reader/
issue424-1.xml
<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
   <p>Something</p>
   <d><xinclude:include xpointer="xpointer(//p)"/></d>
   <xinclude:include xpointer="xpointer(//d)"/>
</x>