summaryrefslogtreecommitdiff
path: root/test/tests/conf/dflt/dflt01_1.xml
blob: 984f3137a27234d173ed9ddaf23ce03ff0510823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<doc>
  <section index="section1" index2="atr2val">
    <section index="subSection1.1">
      <p>Hello</p>
      <p>Hello again.</p>
    </section>
  </section>
  <section index="section2">
    <p>Hello2</p>
    <section index="subSection2.1">
      <p>Hello</p>
      <p>Hello again.</p>
    </section>
    <section index="subSection2.2">
      <p>Hello</p>
      <p>Hello again.</p>
    </section>
    <p>Hello2 again.</p>
    <section index="subSection2.3">
      <p>Hello</p>
      <p>Hello again.</p>
    </section>
  </section>
</doc>