Sets the default namespace for the current node.

Syntax

Smartsite SXML CopyCode image Copy Code
this.setnamespace(string namespaceUri)
this.setnamespace(string prefix, string namespaceUri)

Parameters

Name Data Type Description
namespaceUri String The namespace URI.
prefix String The prefix.

Return Value

None.

Used in

Macro Description
XmlProcessor Native Xml data Macro.
SXML