Last change
on this file since 102783 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
1.1 KB
|
Line | |
---|
1 |
|
---|
2 | ========================
|
---|
3 | Expression: xpointer(string-range(//p, 'test', 1, 0))
|
---|
4 | Object is a Location Set:
|
---|
5 | 1 : Object is a collapsed range :
|
---|
6 | index 10 in node
|
---|
7 | TEXT
|
---|
8 | content=a simple test
|
---|
9 | 2 : Object is a collapsed range :
|
---|
10 | index 10 in node
|
---|
11 | TEXT
|
---|
12 | content=multiple tests
|
---|
13 | 3 : Object is a collapsed range :
|
---|
14 | index 7 in node
|
---|
15 | TEXT
|
---|
16 | content=anced test
|
---|
17 |
|
---|
18 | ========================
|
---|
19 | Expression: xpointer(string-range(//*, 'test', 1, 0))
|
---|
20 | Object is a Location Set:
|
---|
21 | 1 : Object is a collapsed range :
|
---|
22 | index 10 in node
|
---|
23 | TEXT
|
---|
24 | content=a simple test
|
---|
25 | 2 : Object is a collapsed range :
|
---|
26 | index 10 in node
|
---|
27 | TEXT
|
---|
28 | content=multiple tests
|
---|
29 | 3 : Object is a collapsed range :
|
---|
30 | index 7 in node
|
---|
31 | TEXT
|
---|
32 | content=anced test
|
---|
33 |
|
---|
34 | ========================
|
---|
35 | Expression: xpointer(string-range(//p, 'test', 1, 0)[2])
|
---|
36 | Object is a Location Set:
|
---|
37 | 1 : Object is a collapsed range :
|
---|
38 | index 10 in node
|
---|
39 | TEXT
|
---|
40 | content=multiple tests
|
---|
41 |
|
---|
42 | ========================
|
---|
43 | Expression: xpointer(string-range(//*, 'test', 1, 0)[2])
|
---|
44 | Object is a Location Set:
|
---|
45 | 1 : Object is a collapsed range :
|
---|
46 | index 10 in node
|
---|
47 | TEXT
|
---|
48 | content=multiple tests
|
---|
Note:
See
TracBrowser
for help on using the repository browser.