File size: 188 Bytes
6baed57
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
/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()]