summaryrefslogtreecommitdiff
path: root/test/tests/conf/copy/copy02.xml
blob: 4b94689b8100cc8917b07410e07d7fc76b9603aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?> 
<OL>
  <LI>item1</LI>
  <LI>item2</LI>
  <LI>item3</LI>
  <OL>
    <LI>subitem1</LI>
    <LI>subitem2</LI>
    <OL>
      <LI>subitem3</LI>
    </OL>
  </OL>
</OL>