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 07:34 -------
TranformImpl can be reused, and I think it get's most time of inittialization process 
of call 

TransformerHandler th = f.newTransformerHandler(t);

If you look into the source of the TransformerFactoryImpl, you'll found that this call 
is equivalent of

      TransformerHandler th =
        transformer.getInputContentHandler(true);


So, use Transfoer, do reset for transformer, but crearte new Transformer handler 
from call 
transformer.getInputContentHandler(true);

Best regards,
Pavel

Reply via email to