XmlNode.Evaluate Overview¶ String XmlNode.Evaluate ( [ xpath ] ) Returns string value of specified xpath. Arguments¶ String xpath XPath to evaluate. If not specified current node is used. Remarks¶ Examples¶ Evaluate with an xpath var id = $Xml.Evaluate('//Customer/Id'); See Also¶