mirror of
https://github.com/GNOME/libxml2.git
synced 2025-10-20 13:43:55 +08:00
7 lines
261 B
XML
7 lines
261 B
XML
<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>
|