Relative location terms, cont’d
descendant(args)
- Locates direct and indirect substructures
- Vertical and horizontal in element tree
- Depth-first, left-to-right (positive) or right-to-left (negative); i.e., going by linear order of start-tags
- Third descendant inside the location source that is a para:
descendant(3,para)
- All descendants inside the location source that are paras: