Sign in
fuchsia
/
third_party
/
github.com
/
GNOME
/
libxml2
/
7e55914c36cb110dca6de6867bbcda3bed8cdbce
/
.
/
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>