|
top
|
 Subject: Re: invalid reentering FOR loops Author: Minollo I. Date: 21 Aug 2002 05:44 PM
|
I think I understand part of the problem.
The for-each loop is running properly; but it IS confusing, because in BL96
XalanJ step-by-step debugging gets confused about comments; so when the
cursor moves to an XSLT line containing a comment, it jumps back to the
previous line and then after the comment line. That may give you the
impression that the for-each is executed more times than it actually is.
But I have tried outputting the value-of ../@name and @name in the for-each
block, and I get what I would expect:
global_variables, time
R, R
R, delta_R_ligand_receptor_binding
...
So, I think the problem is elsewhere. Not having the Java extensions you
are using, I can't reproduce the error you are seeing; in order to
investigate further, I will need the Java extensions code.
BTW, the bad behavior doing step-by-step over comments has been addressed,
and a fix will be available soon.
Thanks,
Minollo
|
|
|
|