/[Apache-SVN]
ViewVC logotype

Revision 505310


Jump to revision: Previous Next
Author: zongaro
Date: Fri Feb 9 14:39:50 2007 UTC (17 years, 2 months ago)
Changed paths: 1
Log Message:
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.


Changed paths

Path Details
Directoryxalan/java/trunk/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26