1. create a NameTable object;
2. create a XmlNamespaceManager object associated to NameTable obj
3. Call AddNamespace() to add the namespaces defined in the xml string
4. create a XmlParserContext object associated to XmlNamespaceManager object
5. create a XmlTextReader object associated to the context object and pass the xml string in
the constructor
6. Travers the xml string using the XmlTextReader object
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.