1<?xml version='1.0'?>
2<document xmlns:xi="http://www.w3.org/2001/XInclude">
3  <p>120 Mz is adequate for an average home user.</p>
4  <xi:include href="no_such_file.xml">
5    <xi:fallback>First fallback</xi:fallback>
6    <xi:fallback>Second fallback</xi:fallback>
7  </xi:include>
8</document>
9
10
11