generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/EXAMPLE
|
||||
/EXAMPLE/head
|
||||
/EXAMPLE/chapter[1]
|
||||
//p
|
||||
//chapter/image
|
||||
//p/text()
|
||||
//p/text()[position()=1]
|
||||
//p/text()[position()=last()]
|
||||
(//p/text())[position()=1]
|
||||
(//p/text())[position()=last()]
|
||||
Reference in New Issue
Block a user