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=24782>. 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=24782 new in 2.5.2 with xsltc:loop breaks when function last() is used inside ------- Additional Comments From [EMAIL PROTECTED] 2003-12-17 15:39 ------- New infos, I managed to reduce the xsl to a few lines. I also decompiled a working and a buggy class file of the XSLTCt xsl. I found out. - The positions of the methods representing the templates in the classfile vary. (By the way: Why is that?) - The first call-template uses for init the button_size parameter the setStartNode(i) method of StepIterator, the following don't. If a templates representing method is the first in classfile it will produce the expected result when called. If it is not, it will fail. I attach the xsl and the decompiled (DJ) classes.
