Files
XML_Data_Parsing/libxml2/test/XPath/tests/simpleabbr
T

11 lines
188 B
Plaintext
Raw Normal View History

2026-07-19 22:48:13 +08:00
/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()]