mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
9 lines
132 B
Plaintext
9 lines
132 B
Plaintext
/EXAMPLE
|
|
/EXAMPLE/chapter
|
|
/EXAMPLE/chapter[1]
|
|
//p
|
|
//chapter/image
|
|
//p/text()
|
|
//p/text()[position()=1]
|
|
//p/text()[position()=last()]
|