Removes the given namespace from the current node.

Syntax

Smartsite SXML CopyCode image Copy Code
this.removenamespace(string namespaceUri)

Parameters

Name Data Type Description
namespaceUri String The namespace URI.

Return Value

None.

Used in

Macro Description
XmlProcessor Native Xml data Macro.
SXML