fix a bug: attributes were considered as nodes -> using first_child_x
[tatoo.git] / tests / queries / XPath-FT.queries
1 /descendant::L/child::*
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]