/ libxml2 / test / XInclude / docs / fallback4.xml
fallback4.xml
1  <a>
2      <xi:include href="c.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
3          <xi:fallback>
4              <xi:include href="../ents/something.xml"/>
5          </xi:fallback>
6      </xi:include>
7  </a>