Add a big query, log of benchmarks...
[tatoo.git] / tests / queries / XPath-FT.queries
1 /descendant::L
2 /descendant::L/descendant::* 
3 /descendant::L/following-sibling::*
4 /descendant::L/self::*
5 /descendant::*[L]
6 /descendant::*[descendant::L]
7 /descendant::*[following-sibling::L]
8 /descendant::*[self::L]