1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-20 13:43:55 +08:00
Files
libxml2/test/XInclude/docs/fallback.xml
Jared Yanovich 2a350ee9b4 Large batch of typo fixes
Closes #109.
2019-09-30 18:04:38 +02:00

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>