StXPathSetPosition(pos);
pos
An integer specifying the traversing position in the node set, where 1 represents the first position in the node set.
1
0
Note: The position is still set within the data context. For example, this enables you to reset the position to 0 before re-entering a loop that uses the StXPathNextPosition function.num i, count = StXPathPushNodeSet("/data/message/item[number(value)>100]");for ( i=count; stXPathSetPosition(i); i-- ){$descs[arraySize($descs)] = stEvalXpath("item_description");}StXPathPopNodeSet();
OpenText StreamServe 5.6 | Updated: 2013-03-01 |