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=27008>. 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=27008 EntityResolver( XMLResourceIdentifier* ) not implemented in XSDDomParser [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Keywords| |PatchAvailable ------- Additional Comments From [EMAIL PROTECTED] 2004-03-16 12:45 ------- This nasty bug is still here. I attached a simple fix for this problem - simply implement missing resolveEntity(XMLResourceIdentifier*) method in XSDDOMParser. On the other hand, why not to call super's setEntityResolver from XSDDOMParser::setUserEntityResolver(), like it's done for scanner? P.S. I have no CVS access from behind firewall at work, so patch is plain diff, not cvs diff. But it's against current vesions of relevant files --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
