The ancestor axis
selects all nodes that contain the context node, starting with
its parent.
For example,
/descendant::BORN[position()=2]/ancestor::*[position()=1]
BORN
element. In this example, it selects Elodie Bellau's
PERSON element. There's no abbreviation for the
ancestor axis.