slide 19

Anatomy of a Location Step

child:: list [count(descendent::item) > 8]

Each location step has at least two parts (may have three)

  1. An axis ( child:: )
  2. A node test (the name of an element “ list ”)
  3. Zero or more predicates [count(descendent::item) > 8]

Location Step = axis:: + nodetest + [predicate]*