PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Updates the current node's inner Xml. Encodes the given xml.

Syntax

Smartsite SXML CopyCode image Copy Code
this.setinnerxml(xml xml)
this.setinnerxml(xml xml, boolean encode)

Parameters

Name Data Type Description
xml XML The XML to insert.
encode Boolean Set to true to encode the given xml.

Return Value

None.

Used in

Macro Description
XmlProcessor Native Xml data Macro.
SXML