Files

11 lines
188 B
Plaintext
Raw Permalink 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()]