Hash : 1dd5e76a Author : Date : 2024-06-17T21:06:46
xinclude: Don't remove root element Don't replace include element at root with empty nodeset.
Download
1 2 3 4 5 6 7 8
<?xml version="1.0"?> <doc> <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> </doc>