summaryrefslogtreecommitdiff
path: root/test/XInclude/without-reader/issue424-2.xml
blob: e61eabab339d1a2f60cbf1d1eb2029e954757d53 (plain)
1
2
3
4
5
<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
   <p>Something</p>
   <xinclude:include xpointer="xpointer(//d)"/>
   <d><xinclude:include xpointer="xpointer(//p)"/></d>
</x>