1<?xml version="1.0"?> 2<doc> 3 <!-- This is the 1st comment --> 4 text-in-doc 5 <inner> 6 inner-text 7 <!-- This is the 2nd comment --> 8 <sub>subtext</sub> 9 </inner> 10 text-in-doc2 11 <more> 12 inner-text 13 <!-- This is the 3rd comment --> 14 <sub>subtext</sub> 15 </more> 16 text-in-doc3 17</doc>