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=15878>. 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=15878 schema name in namespace property changed to URI [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-01-09 14:41 ------- Before calling the EntityResolver.resolveEntity(String publicId,String systemId) [1] a SAX parser is first required to fully resolve the system identifier. In other words this parameter must be an absolute URI. The previous behaviour was a bug. If you want to get the systemId before resolution you'd need to use SAX 1.1 extensions' EntityResolver2, though Xerces doesn't support these extensions (yet). [1] http://xml.apache.org/xerces2-j/javadocs/api/org/xml/sax/EntityResolver.html [2] http://www.saxproject.org/apidoc/org/xml/sax/ext/EntityResolver2.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
