aboutsummaryrefslogtreecommitdiffstats
path: root/test/XPath/tests/chaptersbase
blob: f8fbe2a807e6c57ca59e91cbfac6273a64e8a9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/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]
//p[0 div 0]
//p[100000000000000000000]
//p[-100000000000000000000]