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 ------- Additional Comments From [EMAIL PROTECTED] 2004-04-06 13:44 ------- The problem arises at the point, when schema definition references DTD. In my case, sequence of resolveEntity() calls is as follows: (I was parsing Voice XML data) resolveEntity: systemID = http://www.w3.org/TR/voicexml20/vxml.xsd resolveEntity: systemID = vxml-datatypes.xsd resolveEntity: systemID = vxml-attribs.xsd resolveEntity: systemID = vxml-datatypes.xsd resolveEntity: systemID = http://www.w3.org/2001/xml.xsd resolveEntity: systemID = XMLSchema.dtd <---- BOOM here Once xml.xsd references XML Schema DTD (first DTD in sequence), xerces goes to w3c site. I will try to prepare simple testcase (I was using OpenVXI toolkit in fact and it's too much code to post here :-) ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
