aboutsummaryrefslogtreecommitdiffstats
path: root/test/XPath/tests/chaptersbase
blob: 17638f737b9adb32554aedf8e8ddfa702f95b30f (plain)
1
2
3
4
5
6
7
8
9
10
/child::EXAMPLE
/child::*
/child::EXAMPLE/child::head
/child::EXAMPLE/child::*
/child::EXAMPLE/child::head/child::title
/child::EXAMPLE/child::head/child::title/child::text()
/child::EXAMPLE/child::head/node()
/descendant::title
/descendant::p/ancestor::chapter
//p[1]