Last change
on this file since 98103 was 95312, checked in by vboxsync, 2 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
626 bytes
|
Line | |
---|
1 | /child::*
|
---|
2 | /child::EXAMPLE
|
---|
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 | /child::EXAMPLE/attribute::prop1/self::node()
|
---|
9 | /child::EXAMPLE/attribute::prop1/self::*
|
---|
10 | /child::EXAMPLE/attribute::prop1/descendant-or-self::node()
|
---|
11 | /child::EXAMPLE/attribute::prop1/descendant-or-self::*
|
---|
12 | /child::EXAMPLE/attribute::prop1/ancestor-or-self::node()
|
---|
13 | /child::EXAMPLE/attribute::prop1/ancestor-or-self::*
|
---|
14 | /descendant::title
|
---|
15 | /descendant::p/ancestor::chapter
|
---|
16 | /child::EXAMPLE/attribute::prop2/preceding::text()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.