Xml RemoveNamespace¶ Removes the prefix for the specified namespace URI. 1myXml.RemoveNamespace(prefix: string, ns: string):void Parameters¶ string prefix The prefix to unregister. string ns The namespace URI to unregister.