android_mt6572_jiabo/external/libxml2/test/XPath/tests/simpleabbr
2025-09-05 16:56:03 +08:00

10 lines
188 B
Text

/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()]