Using an XPath query to access a member in an array returns an unexpected value.
A common cause for this problem is assuming that the first element in the array has an index value of zero. In XPath queries in arrays, the first element has the index value one.
Check that your use of index values into arrays start with element one.
Last updated: Thu Apr 27 15:07:56 2006
(c) Copyright IBM Corporation 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)