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 2003/02/03 23:08:50 UTC

DO NOT REPLY [Bug 16734] - Infinite loop when transform a large xml file

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

Infinite loop when transform a large xml file





------- Additional Comments From keshlam@us.ibm.com  2003-02-03 22:08 -------
Impossible to diagnose without seeing a document/stylesheet pair which provokes 
the problem.

Strong suggestion: Try running this with Xalan's trace facility turned on (-TT 
and/or the other -T options), and/or try setting a recursion depth limit with 
the -RL option, to help check that the bug really is in the processor rather 
than in your stylesheet. It's possible that the large file includes a case that 
your smaller files didn't, and that your stylesheet didn't anticipate.