summaryrefslogtreecommitdiffstats
path: root/libxml2/test/XPath/tests/chaptersprefol
blob: 8f1e65b686ee984d94460815c050bb0a2b558208 (plain)
1
2
3
4
5
6
7
8
/following::*
/preceding::*
/child::EXAMPLE/preceding::*
/child::EXAMPLE/following::*
/child::EXAMPLE/child::chapter[3]/preceding::*
/child::EXAMPLE/child::chapter[3]/following::*
/child::EXAMPLE/child::chapter[1]/image/preceding::*
/child::EXAMPLE/child::chapter[1]/image/following::*