1<?xml version="1.0"?> 
2
3<doc>
4  <section index="section1" index2="atr2val">
5    <section index="subSection1.1">
6      <p>Hello</p>
7      <p>Hello again.</p>
8    </section>
9  </section>
10  <section index="section2">
11    <p>Hello2</p>
12    <section index="subSection2.1">
13      <p>Hello</p>
14      <p>Hello again.</p>
15    </section>
16    <section index="subSection2.2">
17      <p>Hello</p>
18      <p>Hello again.</p>
19    </section>
20    <p>Hello2 again.</p>
21    <section index="subSection2.3">
22      <p>Hello</p>
23      <p>Hello again.</p>
24    </section>
25  </section>
26</doc>
27