summaryrefslogtreecommitdiff
path: root/test/tests/conf/copy/copy17.xml
blob: c13b898ff164b9e25f27fa132d8340d63a5dcdef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<OL>
  <LI>item1</LI>
  <LI attrib="2">item2</LI>
  <LI>item3</LI>
  <OL>
    <LI>subitem1</LI>
    <LI attrib="2">subitem2</LI>
    <!-- Now go deeper -->
    <OL>
      <LI>subitem3</LI>
    </OL>
  </OL>
  <?a-pi some data?>
</OL>