You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/11/11 16:43:51 UTC

DO NOT REPLY [Bug 14406] - Calling to nodelist() in TraceListener changed transformation output

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14406>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14406

Calling to nodelist()  in TraceListener changed transformation output

mkwan@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|xalan-dev@xml.apache.org    |mkwan@ca.ibm.com



------- Additional Comments From mkwan@ca.ibm.com  2002-11-11 15:43 -------
A call to XNodeSet.nodelist() has the side-effect that it will create a clone 
XNodeSet with cache and run the internal iterator to the end. A simple fix is 
to call SetVector() on the clone's cache after the nodelist() call.