xref: /aosp_15_r20/external/apache-xml/test/tests/conf/select/select13.xml (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1<?xml version="1.0"?>
2<!-- Top comment -->
3<OL>
4  <LI>item1</LI>
5  <!-- Upper Middle comment -->
6  <LI>item2</LI>
7  <LI>item3</LI>
8  <OL>
9    <LI>subitem1</LI>
10    <LI>subitem2</LI>
11    <OL>
12      <!-- Lower Middle comment -->
13      <LI>subsubitem</LI>
14      <tag/>
15    </OL>
16  </OL>
17</OL>
18<!-- Bottom comment -->
19