summaryrefslogtreecommitdiff
path: root/lib/querypath/test/data.xml
blob: b4eec32e5975138c6b08b0baafe98e1c52cb1c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" ?>
<root id="docRoot">
  <head id="head"></head>
  <unary id="unary"/>
  <inner id="inner-one" class="innerClass">
    <li id="one">Hello</li>
    <li id="two"></li>
    <li id="three"></li>
    <li id="four">Last</li>
  </inner>
  <inner id="inner-two">
    <li id="five"/>
  </inner>
  <foot id="footer">This is footer text.</foot>
</root>