Gets the current Xml node as a new Xml object.

Syntax

Smartsite SXML CopyCode image Copy Code
xml this.getxml()
xml this.getxml(string xpathExpression)

Parameters

Name Data Type Description
xpathExpression String The xpath expression.

Return Value

Data Type Description
XML XmlData

Used in

Macro Description
XmlProcessor Native Xml data Macro.
SXML