mirror of
https://github.com/GNOME/libxml2.git
synced 2025-10-19 20:33:13 +08:00

* xinclude.c: fixed problem causing duplicate fallback execution (bug 139520) * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*: added testcase
11 lines
342 B
XML
11 lines
342 B
XML
<a>
|
|
<xi:include href="b.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<xi:fallback>There is no b.xml ... </xi:fallback>
|
|
</xi:include>
|
|
<xi:include href="c.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<xi:fallback>There is no c.xml ... </xi:fallback>
|
|
</xi:include>
|
|
|
|
</a>
|
|
|