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