source:
vbox/trunk/src/libs/libxml2-2.9.14/test/XPath/tests/simpleabbr@
98103
Last change on this file since 98103 was 95312, checked in by , 2 years ago | |
---|---|
File size: 188 bytes |
Line | |
---|---|
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()] |
Note:
See TracBrowser
for help on using the repository browser.