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

StXPathNextPosition
Syntax
StXPathNextPosition();
Description
Increments the traversing position in the node set that has been pushed onto the memory stack.
Returns
1
0
Example
StXPathPushNodeSet("/data/message/item[number(value)>100]");
while( stXPathNextPosition() )
{
	 Log(1, stEvalXPath("item_description") );
}
StXPathPopNodeSet();
OpenText StreamServe 5.6 Updated: 2013-03-01