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=5840>.
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=5840

Unable to read XML via InputSource object when internal subset DTD has external 
entities.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From [EMAIL PROTECTED]  2002-01-14 11:14 -------
This problem typically shows up when the parser tries to resolve a relative URI 
reference (like x.xml) using the system ID of the InputSource as the base.  If 
you set the system ID of the InputSource appropriately using the following 
method, the problem typically goes away.

   InputSource.setSystemId(String)

Of course, the parser should handle the error gracefully, rather than 
generating a NullPointerException.  See bug 4026.

*** This bug has been marked as a duplicate of 4026 ***

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to