summaryrefslogtreecommitdiff
path: root/lib/querypath/test/advanced.xml
blob: e6c2eb22e5385f588e3776b794e65e1e467c7aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<root>
  <first>
    <![CDATA[This is a CDATA section.]]>
  </first>
  <second>
    <inner/>
    <inner/>
  </second>
  <third>
    <?pi This is a processing instruction. ?>
  </third>
  <!-- This is a comment. -->
</root>