generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/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()]
|
||||
Reference in New Issue
Block a user