Sign in
fuchsia
/
third_party
/
github.com
/
GNOME
/
libxml2
/
refs/heads/main
/
.
/
test
/
XInclude
/
issue1120
/
issue1120-1.xml
blob: b0b8feef4fff7e5dc73daad66959bfef3b657bf4 [
file
] [
edit
]
<?
xml version
=
"1.0"
?>
<doc
xmlns:xi
=
"http://www.w3.org/2001/XInclude"
>
<xi:include
href
=
"http://example.invalid/file.txt"
parse
=
"text"
>
<xi:fallback>
Network access is not allowed
</xi:fallback>
</xi:include>
</doc>