<?xml version="1.0"?> 
<doc att="top">
  <!-- This is the 1st comment -->
  text-in-doc
  <inner>
    inner-text
    <!-- This is the 2nd comment -->
    <sub>subtext</sub>
    text-after
  </inner>
  text-in-doc2
  <inner2 blat="bar">
    <sub>subtext</sub>final-text
  </inner2>
</doc>