Sign in
fuchsia
/
third_party
/
github.com
/
GNOME
/
libxml2
/
refs/heads/devhelp2
/
.
/
test
/
XInclude
/
docs
/
fallback.xml
blob: d6586aec1a89e3a96d010ff3388aa234d3401536 [
file
] [
log
] [
blame
] [
edit
]
<x
xmlns:xinclude
=
"http://www.w3.org/2001/XInclude"
>
<!-- Simple test of a fallback on unavailable URI -->
<xinclude:include
href
=
"something.xml"
>
<xinclude:fallback><warning>
Inclusion failed
</warning></xinclude:fallback>
</xinclude:include>
</x>