Edit

kc3-lang/libxml2/result/XInclude/fallback.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2002-08-14 14:11:30
    Hash : e3b7d9a1
    Message : quick but apparently working implementation of xi:fallback, should close * 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

  • result/XInclude/fallback.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>