summaryrefslogtreecommitdiff
path: root/project2/ice/unittests/lib/testrows.xml
blob: 876e3114d9a6cf275faed7bfdb6cd24af06cdf7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<p2:xpathrows xmlns:p2="http://project2.randomdan.homeip.net" name="filelist">
  <url><root source="config" name="dataroot"/>/unittest-data.xml</url>
  <filterviews>
    <default root="/root/record">
      <fields>
        <a xpath="a"/>
        <b xpath="b"/>
      </fields>
    </default>
    <params>
      <root>/root/record[a=<a source="param" name="a"/> or b='<b source="param" name="b"/>']</root>
      <fields>
        <a xpath="a"/>
        <b xpath="b"/>
      </fields>
    </params>
  </filterviews>
</p2:xpathrows>