Returns an XMLNode object that represents the parent element of the specified element.
expression.ParentNode
expression Required. An expression that returns an XMLNode object.
The following example accesses the parent XML node of the text selected in the active document.
Dim objNode As XMLNode
Set objNode = Selection.XMLParentNode.ParentNode