Applying patch for XALANJ-2339 from Kevin Cormier (kcormier () ca ! ibm ! com).

Code for converting the Object reference for parameter to a node-set
(DTMAxisIterator) was simply performing a clone of the iterator.  However,
cloning an iterator also clones its iteration state, so that if the original
iterator was part way through its iteration for some reason, the cloned
iterator would not return all the nodes in the node set.  The fix is to reset
the cloned iterator prior to returning it.

1 file changed