穿越祖先

parent 軸僅包含節點的父節點。以下表示式通過繞過 body 元素來選擇 html 元素:

/child::html/child::body/parent::html

..parent::node() 的捷徑

ancestorancestor-or-self 軸遍歷節點的所有祖先。以下表示式返回作為上下文節點的祖先的所有 div 元素:

ancestor::div