Method: EvaluateXPath (XMLData as XMLData, strExpression as string) strValue as string
Return Value
The method returns a string
Description
EvaluateXPath() executes an XPath expression with the given XML context node. The result is returned as a string, in the case of a sequence it is a space-separated string.
Errors
2000 |
Invalid object. |
|
2005 |
Invalid parameter. |
|
2008 |
Internal error. |
|
2013 |
XPath error. |