libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / XPath / tests / simpleabbr
blob8de476fed52a143871d9fffd234289d5bdce476f
1 /EXAMPLE
2 /EXAMPLE/head
3 /EXAMPLE/chapter[1]
4 //p
5 //chapter/image
6 //p/text()
7 //p/text()[position()=1]
8 //p/text()[position()=last()]
9 (//p/text())[position()=1]
10 (//p/text())[position()=last()]