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=5602>. 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=5602 Parsing gets very slow with lots of entity references ------- Additional Comments From [EMAIL PROTECTED] 2002-01-03 00:22 ------- - I did not use deferred DOM. Using Xerces 1.1.3 - The j_caeasar_escaped.xml document takes 82528ms to parse - The j_caesar.xml document only takes 611ms to parse. Using Xerces2 beta4: - The j_caeasar_escaped.xml takes only 420 ms to parse, so the problem seems to be solved in this version :) - The j_caesar.xml document causes the following exception to be thrown: [java] org.w3c.dom.DOMException: DOM001 Modification not allowed [java] at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:190) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
