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=5152>.
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=5152

xsltc generates empty nodeset in non-leaf predicate-attribute test

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2001-11-29 03:50 -------
I think the problem here is that the node value iterator needs to be
able to restart its source iterator at any time. This is similar to
the way a step iterator needs to force its '_iterator' iterator to
be restartable. In your case SI3 will keep restarting NVI for each
node it gets from SI2. NVI then needs to do a complete restart of
SI4 for each time this happens. I have implemented a fix for this and
I will integrate it into the source tree shortly.

Reply via email to