1<?xml version="1.0"?> 2<doc att="top"> 3 <?mypi some data?> 4 <!-- This is the 1st comment --> 5 text-in-doc 6 <inner blat="blob"> 7 inner-text 8 <!-- This is the 2nd comment --> 9 <sub>subtext</sub> 10 </inner> 11 text-in-doc2 12 <inner2 blat="bar"> 13 <sub>subtext</sub>final-text 14 </inner2> 15</doc>