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                 <xi:include href="task.xml" parse="xml">
   7                     <xi:fallback>
   8                         <xi:include href="doc_xinc_loops.xml" parse="text" />
   9                     </xi:fallback>
  10                 </xi:include>
  11         </example>
  12 </root>
  13