I don't speak C# that well, but anyways:
Instantiate an MSXML.DOMDocument,
load it with your xml (you can load string using LoadXML(...), or load from file using Load(...) )
After that you can access nodes, nodelists, attributes, etc, using x-path.
Take a look at the help that goes with MSXML.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.