Sign in
fuchsia
/
third_party
/
libxml2
/
514ab399550a9bfcd4a5eb60e921d06a1d38af9e
/
.
/
test
/
XPath
/
tests
/
simpleabbr
blob: 8de476fed52a143871d9fffd234289d5bdce476f [
file
] [
log
] [
blame
]
/
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()]