Why is XmlNamespaceManager necessary?
The basic point (as pointed out by Kev, above), is that the namespace URI is the important part of the namespace, rather than the namespace prefix, the prefix is an “arbitrary convenience” As for why you need a namespace manager, rather than there being some magic that works it out using the document, I can … Read more