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:
455 bytes
|
Line | |
---|
1 | /child::EXAMPLE
|
---|
2 | /child::*
|
---|
3 | /child::EXAMPLE/child::head
|
---|
4 | /child::EXAMPLE/child::*
|
---|
5 | /child::EXAMPLE/child::head/child::title
|
---|
6 | /child::EXAMPLE/child::head/child::title/child::text()
|
---|
7 | /child::EXAMPLE/child::head/node()
|
---|
8 | /descendant::title
|
---|
9 | /descendant::p/ancestor::chapter
|
---|
10 | //p[1]
|
---|
11 | //p[0 div 0]
|
---|
12 | //p[100000000000000000000]
|
---|
13 | //p[-100000000000000000000]
|
---|
14 | //chapter[true()][position() mod 2 = 1][true()][2]
|
---|
15 | //chapter[true()][2][true()]
|
---|
16 | //node()[false()]
|
---|
17 | (//node())[false()]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.