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