XmlNamespaceManager.RemoveNamespace(Text, Text) Method
Version: Available or changed with runtime version 1.0.
Removes the given namespace for the given prefix.
Syntax
XmlNamespaceManager.RemoveNamespace(Prefix: Text, Uri: Text)
Parameters
XmlNamespaceManager
Type: XmlNamespaceManager
An instance of the XmlNamespaceManager data type.
Prefix
Type: Text
The prefix for the namespace.
Uri
Type: Text
The namespace to remove for the given prefix. The namespace removed is from the current namespace scope. Namespaces outside the current scope are ignored.
Related information
XmlNamespaceManager Data Type
Get Started with AL
Developing Extensions