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: Tue Dec 06 04:14:41 2005
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)