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=12974>. 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=12974 Xalan gets looped with big XML files, both 1.3 & 1.4 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-09-26 06:25 ------- There was no infinite loop - it was just taking an exponentially longer time to transform as the file size grew. I have checked in some performance enhancements and you should see dramatically better performance. I also wanted to mention that you should take a look at some of the new EXSLT extension functions that have been added to Xalan-C. In particular, the padding() function could be used to replace one of your recursive templates. See here for more info about EXSLT: http://exslt.org
