1 <?xml version='1.0' encoding="UTF-8"?><document xmlns:xi="http://www.w3.org/2001/XInclude">
   2         <p>The following is the source of the &quot;data.xml&quot; resource:</p>
   3         <example><tasks xml:base="tasks.xml">
   4     <task id="task1" >
   5         <owner>John doe</owner>
   6         <startdate>10/02/2003</startdate>
   7         <enddate>11/02/2003</enddate>
   8         <description>This is task 1</description>
   9     </task>
  10     <task id="task2" >
  11         <owner>Jane Doe</owner>
  12         <startdate>10/02/2003</startdate>
  13         <enddate>11/02/2003</enddate>
  14         <description>This is task 2</description>
  15     </task>    
  16 </tasks></example>
  17 </document>
  18