mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
xi:fallback could become empty after recursive expansion. Use a flag to track whether nodes should be skipped.
7 lines
203 B
XML
7 lines
203 B
XML
<?xml version="1.0"?>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="b.xml">
|
|
<xi:fallback><xi:include href="c.xml">
|
|
<xi:fallback/>
|
|
</xi:include></xi:fallback>
|
|
</xi:include>
|