aboutsummaryrefslogtreecommitdiffstats
path: root/test/XPath/tests/simpleabbr
blob: b4431229c5b1c70e06b8eb517c5e6f0202cd4004 (plain)
1
2
3
4
5
6
/chapter[1]
//p
//chapter/image
//p/text()
//p/text()[position()=1]
//p/text()[position()=last()]