summaryrefslogtreecommitdiff
path: root/test/XInclude/docs/fallback.xml
blob: e80222e4fa93fdc1f9f144e82c089a99bec9b938 (plain)
1
2
3
4
5
6
<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>