I want to read a XML hierarchy into a tree of in-memory objects. The XML tree could have n-levels of children. I do not know the exact number. My in-memory objects have a ch
I would just load it into XmlDocument and then build the tree going through XmlNodes.
XmlDocument
XmlNodes