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
Take a look at XmlTextReader and at the package System.Xml. This articles will help you too: