xref: /aosp_15_r20/external/apache-xml/test/tests/conf/attribset/attribset01.xml (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1<?xml version="1.0"?>
2<doc>
3  <section index="section1" index2="atr2val">
4    <section index="subSection1.1">
5      <p>Hello</p>
6      <p>Hello again.</p>
7    </section>
8  </section>
9  <section index="section2">
10    <p>Hello2</p>
11    <section index="subSection2.1">
12      <p>Hello</p>
13      <p>Hello again.</p>
14    </section>
15    <section index="subSection2.2">
16      <p>Hello</p>
17      <p>Hello again.</p>
18    </section>
19    <p>Hello2 again.</p>
20    <section index="subSection2.3">
21      <p>Hello</p>
22      <p>Hello again.</p>
23    </section>
24  </section>
25</doc>