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=6322>. 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=6322 System id not passed to entity resolver Summary: System id not passed to entity resolver Product: Xerces2-J Version: 2.0.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: JAXP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I've specified an entity resolver using the method builder.setEntityResolver(). The DOCTYPE declaration in the XML document is: <!DOCTYPE ContextConfig SYSTEM "../../config/ContextConfig.dtd"> When the resolveEntity() method is called on my EntityResolver implementation, both the systemId (and publicId) are null. This worked as I expected it to and as it seems it should in 1.4.3 (I haven't tried 1.4.4) and provide the (user.dir based) path to the DTD. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
