1 <?xml version="1.0" encoding="UTF-8"?>
   2 <root xmlns:xi="http://www.w3.org/2001/XInclude">
   3         <p>The following is the outer XML file</p>
   4         <example>
   5             
   6                 
   7                         &lt;?xml version="1.0" encoding="UTF-8"?&gt;
   8 &lt;root xmlns:xi="http://www.w3.org/2001/XInclude"&gt;
   9         &lt;p&gt;The following is the outer XML file&lt;/p&gt;
  10         &lt;example&gt;
  11             
  12                 &lt;xi:include href="task.xml" parse="xml"&gt;
  13                     &lt;xi:fallback&gt;
  14                         &lt;xi:include href="doc_xinc_loops.xml" parse="text" /&gt;
  15                     &lt;/xi:fallback&gt;
  16                 &lt;/xi:include&gt;
  17         &lt;/example&gt;
  18 &lt;/root&gt;
  19 
  20 
  21                     
  22         </example>
  23 </root>
  24