Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0
/
libxml2
/
refs/heads/master
/
.
/
libxml2-2.7.7
/
test
/
XInclude
/
docs
/
fallback.xml
blob: e80222e4fa93fdc1f9f144e82c089a99bec9b938 [
file
] [
log
] [
blame
] [
edit
]
<x
xmlns:xinclude
=
"http://www.w3.org/2001/XInclude"
>
<!-- Simple test of a fallback on unavailble URI -->
<xinclude:include
href
=
"something.xml"
>
<xinclude:fallback><warning>
Inclusion failed
</warning></xinclude:fallback>
</xinclude:include>
</x>