xref: /aosp_15_r20/external/libxml2/test/XInclude/docs/fallback.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
2*7c568831SAndroid Build Coastguard Worker   <!-- Simple test of a fallback on unavailable URI -->
3*7c568831SAndroid Build Coastguard Worker   <xinclude:include href="something.xml">
4*7c568831SAndroid Build Coastguard Worker     <xinclude:fallback><warning>Inclusion failed</warning></xinclude:fallback>
5*7c568831SAndroid Build Coastguard Worker   </xinclude:include>
6*7c568831SAndroid Build Coastguard Worker</x>
7