aboutsummaryrefslogtreecommitdiffstats
path: root/result/XPath/tests/idsimple
blob: 891b52e5963678fa9c74cb52c798f77d930b06e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

========================
Expression: //*[@id="root"]
Object is a Node Set :
Set contains 1 nodes:
1  ELEMENT EXAMPLE
    ATTRIBUTE id
      TEXT
        content=root
    ATTRIBUTE prop1
      TEXT
        content=gnome is great
    ATTRIBUTE prop2
      TEXT
        content=& linux too

========================
Expression: //*[@id="chapter2"]
Object is a Node Set :
Set contains 1 nodes:
1  ELEMENT chapter
    ATTRIBUTE id
      TEXT
        content=chapter2

========================
Expression: //*[@id="chapter5"]
Object is a Node Set :
Set contains 1 nodes:
1  ELEMENT chapter
    ATTRIBUTE id
      TEXT
        content=chapter5