summaryrefslogtreecommitdiff
path: root/test/tests/conf/node/node11.xml
blob: e151ee02e1e4089f33dd4ac326b2d7e4da7cbebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?> 
<doc att="top">
  <?a-pi some data?>
  <!-- This is the 1st comment -->
  text-in-doc
  <inner blat="blob">
    inner-text
    <!-- This is the 2nd comment -->
    <sub>subtext</sub>
  </inner>
  text-in-doc2
</doc>