mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-27 14:03:36 +03:00
e3b7d9a165
* xinclude.c: quick but apparently working implementation of xi:fallback, should close bug #89684 * Makefile.am test/XInclude/docs/fallback.xml result/XInclude/fallback.xml: added a basic test for fallback, and run with --nowarning to avoid a spurious warning * configure.in: applied patch from Frederic Crozat for python bindings on AMD 64bits machines. Daniel
6 lines
175 B
XML
6 lines
175 B
XML
<?xml version="1.0"?>
|
|
<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
|
|
<!-- Simple test of a fallback on unavailble URI -->
|
|
<warning>Inclusion failed</warning>
|
|
</x>
|