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