unplugged-system/external/libxml2/test/XInclude/without-reader/loop.xml

5 lines
150 B
XML
Raw Normal View History

<x xmlns:xi="http://www.w3.org/2001/XInclude">
<a><xi:include xpointer="xpointer(//b)"/></a>
<b><xi:include xpointer="xpointer(//a)"/></b>
</x>