Script functions reference > Script functions in alphabetical order > S > StXPathPushNodeSet

StXPathPushNodeSet
Syntax
StXPathPushNodeSet(XPath);
XPath
Description
Evaluates an XPath expression to create a node set that is pushed onto the data context memory stack.
Returns
num
0
-1
Example
num count = StXPathPushNodeSet("/data/message/item[number(value)>100]");
OpenText StreamServe 5.6 Updated: 2013-03-01