From the MSDN documentation: This class implements the W3C Document Object Model (DOM) Level 1 Core and the Core DOM Level 2.
But AFAIK the W3C DOM Level 2 language bindings (IDL) define methods like getElementsByTagNameNS (which is missing for XmlDocument class in .NET).
Is .NET XmlDocument not implementing W3C DOM Level 2 (completely) or I am missing something? Do the methods need to be named like in the language bindings of the W3C?
Thanks!