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=1205>. 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=1205 TransformerHandler not reusable ------- Additional Comments From [EMAIL PROTECTED] 2002-10-21 08:32 ------- Thomas, Sorry, my analysis was incorrect. New ContentHandler is only created if it was not created before. The code uin reset() function were ContentHandler is assigned to null is commented out, somewhere around version 100 of TransformerImpl.jva. You may try to create custom copy of xalan, by uncomment this line (515 in current version) // m_inputContentHandler = null; Pavel
