XML documents are organized as a tree of elements. When working on a large document you can collapse some elements leaving in the focus only the ones you need to edit. Expanding and collapsing works on individual elements: expanding an element leaves the child elements unchanged.
An unique feature of <oXygen/> is the fact that the folds are persistent: the next time you will open the document the folds are restored to the last state so you won't have to collapse the uninteresting parts again.
To toggle the folded state of an element click on the special mark displayed in the left part of the document editor next to the start tag of that element or click on the action
available from the context menu or from the menu + -> The element extent is marked with a grey line displayed in the left part of the edited document. The grey line covers always the lines of text comprised between the start tag and end tag of the element where it is positioned the cursor.Other menu actions related to folding of XML elements are available from the context menu of the current editor or from the menu
-> :Ctrl+NumPad+/) Fold all the sections except the current element.
+ + -> (Ctrl+NumPad+-): Fold the sections indented with one level inside the current element.
+ + -> (Ctrl+NumPad++): Unfold the sections indented with one level inside the current element.
+ + -> (Ctrl+NumPad+*): Unfold all the sections inside the current element.
+ + -> (+ + -> : Toggles the state of the current fold.