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 2001/11/07 16:15:14 UTC

DO NOT REPLY [Bug 4697] - XalanDefaultDocumentBuilder is not reusable

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

XalanDefaultDocumentBuilder is not reusable

David_N_Bertoni@lotus.com changed:

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



------- Additional Comments From David_N_Bertoni@lotus.com  2001-11-07 07:15 -------
I have to disagree with you on this -- this is working as designed.  Once a 
document is built, it's built and there's no way to rebuild it with different 
input.  Instead, you should destroy the old one and create a new one for each 
parse.