2026-07-19 22:48:13 +08:00
|
|
|
<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>
|