Queries the document using the specified XPath expression and returns a single node value.

Syntax

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

Parameters

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

Return Value

Data Type Description
Any Object

Expand image Example

SXML