Sign in
fuchsia
/
third_party
/
libxml2
/
7fa79341b35ad211c79dc002c76d93708f9c12c8
/
.
/
test
/
XInclude
/
without-reader
/
loop.xml
blob: 99a7e0b41695c42b812f1902392c9662cfbc8fee [
file
]
<x
xmlns:xi
=
"http://www.w3.org/2001/XInclude"
>
<a><xi:include
xpointer
=
"xpointer(//b)"
/></a>
<b><xi:include
xpointer
=
"xpointer(//a)"
/></b>
</x>