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=11123>. 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=11123 Unbounded output on expressions like: select="table[1]|whatever" [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2002-08-01 17:38 ------- It happens with any union path operator (e.g. table[1]|table). The problem is in the way the m_lastFetched member is used and the value the getCurrentNode() method returns. When a child iterator reaches the end, the m_lastFetched member is not changed. Thus the getCurrentNode() method always returns the last node when it is supposed to return -1.
