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=27010>. 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=27010 DOMBuilder::parseURI should use EntityResolver [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-02-17 23:44 ------- Why would the parser behave this way? Even if the code that invokes the DocumentBuilder isn't part of the same component as the EntityResolver implementation, the entity resolver can always be queried from the DOMBuilder and called manually. It just doesn't make sense for the parser to insist on calling entity resolvers on parse() calls for everyone when (a) only a small number of applications will want to do this and (b) it's trivial for them to do on their own in any event. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
