Skip to content

RemoveNamespace

Removes the prefix for the specified namespace URI.

1
myXml.RemoveNamespace(prefix: string, ns: string):void

Parameters

string prefix
    Prefix to unregister.

string ns
    Namespace URI to unregister.