Implicit Semantics


//show[year >= 2000]

//show[some $v in ./child::year satisfies data($v) ge 2000]

Existential quantification, extraction of typed atomic value

//show/reviewer[following-sibling::rating]

//show/reviewer[not(empty(./following-sibling::rating))]

Application of functions