DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29120>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29120 XSLTC uses DocumentBuilderFactory bootstrap too often ------- Additional Comments From [EMAIL PROTECTED] 2004-05-21 13:35 ------- I saw an improvement with the new code, although not as significant as the one you reported. I will take a look at the Xerces' code, but until the reset() methods are in place (JAXP 1.3), it may not be safe to reuse a DocumentBuilder instance. My guess is that with Xerces it will work, but of course this should work for arbitrary document builder factories. An alternative is to file an RFE against Xerces. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
