1<?xml version="1.0"?>
2<doc att="top">
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 text-after
10 </inner>
11 text-in-doc2
12 <inner2 blat="bar">
13 <sub>subtext</sub>final-text
14 </inner2>
15</doc>