libxml2/test/XPath/tests/simpleabbr

9 lines
132 B
Plaintext

/EXAMPLE
/EXAMPLE/chapter
/EXAMPLE/chapter[1]
//p
//chapter/image
//p/text()
//p/text()[position()=1]
//p/text()[position()=last()]