any node above the current node in an hierarchical tree example the parent,grandparent,great-grandparent or the rot node are all ancestors of anode within an xml
How might I get the grand parent and great grand parent of a current node xml.
I'm using VB.Net in an ASP.NET application.
thank wow answers are beautiful
can i have something like XmlNode greatGrandParent = myNode.ParentNode.ParentNode.ParentNode.lastchild.lastchild