You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/09/26 08:25:48 UTC

DO NOT REPLY [Bug 12974] - Xalan gets looped with big XML files, both 1.3 & 1.4

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

David_N_Bertoni@lotus.com changed:

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



------- Additional Comments From David_N_Bertoni@lotus.com  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