You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
455 B
18 lines
455 B
/child::EXAMPLE
|
|
/child::*
|
|
/child::EXAMPLE/child::head
|
|
/child::EXAMPLE/child::*
|
|
/child::EXAMPLE/child::head/child::title
|
|
/child::EXAMPLE/child::head/child::title/child::text()
|
|
/child::EXAMPLE/child::head/node()
|
|
/descendant::title
|
|
/descendant::p/ancestor::chapter
|
|
//p[1]
|
|
//p[0 div 0]
|
|
//p[100000000000000000000]
|
|
//p[-100000000000000000000]
|
|
//chapter[true()][position() mod 2 = 1][true()][2]
|
|
//chapter[true()][2][true()]
|
|
//node()[false()]
|
|
(//node())[false()]
|