#9 [html]
Parent and Ancestors
From the context node you can access your parent and ancestors.
Just like directories, '..' represents the parent.
You can go back many levels:
../../section
This selects the 'section' element that is the context node's parent's parent