PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Queries the document using the specified XPath expression and returns a single node.

Syntax

Smartsite SXML CopyCode image Copy Code
xml xml.selectsinglenode(xml data, string expression)

Parameters

Name Data Type Description
data XML The Xml data.
expression String The XPath expression.

Return Value

Data Type Description
XML Xml data containing the node.
SXML