mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
/EXAMPLE
|
|
/EXAMPLE/head
|
|
/EXAMPLE/chapter[1]
|
|
//p
|
|
//chapter/image
|
|
//p/text()
|
|
//p/text()[position()=1]
|
|
//p/text()[position()=last()]
|