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=4858>. 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=4858 XPath error when using many document() calls [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2002-12-16 23:26 ------- The memory overhead for each document() call in the above test case is about 350K (for Xalan+Xerces); About 300K is from the parser as we cling onto the SourceLocator object for longer than we need to (I think). With some tweaks to throw away the Locator (caching first what we might need from it) in SAX2DTM.endDocument(), the test case above works. It's a start...
