summaryrefslogtreecommitdiff
path: root/test/XPath/tests/simpleabbr
blob: 8de476fed52a143871d9fffd234289d5bdce476f (plain)
1
2
3
4
5
6
7
8
9
10
/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()]