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=6105>. 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=6105 null system id on external entity causes obscure error [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-02-07 15:35 ------- Yes, the new jar file fixes the problem. Thank you. For the record, the XMLDecl was the very first thing in the file, with no leading spaces or any other lines preceeding it. The two files involved contained the following (starting with the XMLDecl in each case): ************* ptest1.xml ********************** <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE contents [ <!ENTITY data PUBLIC "ptest2.xml" ""> ]> <contents> &data; </contents> ************* ptest2.xml ********************** <?xml version="1.0" encoding="iso-8859-1"?> <data/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
