http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1327 *** shadow/1327 Mon Apr 16 11:09:57 2001 --- shadow/1327.tmp.19721 Wed Apr 18 07:06:55 2001 *************** *** 2,9 **** | DOMParser crashes if XML source has damaged structure. | +----------------------------------------------------------------------------+ | Bug #: 1327 Product: Xerces-C | ! | Status: NEW Version: 1.4 | ! | Resolution: Platform: PC | | Severity: Major OS/Version: Windows 9x | | Priority: High Component: DOM | +----------------------------------------------------------------------------+ --- 2,9 ---- | DOMParser crashes if XML source has damaged structure. | +----------------------------------------------------------------------------+ | Bug #: 1327 Product: Xerces-C | ! | Status: RESOLVED Version: 1.4 | ! | Resolution: INVALID Platform: PC | | Severity: Major OS/Version: Windows 9x | | Priority: High Component: DOM | +----------------------------------------------------------------------------+ *************** *** 23,26 **** ------- Additional Comments From [EMAIL PROTECTED] 2001-04-16 11:09 ------- Have you installed an Error Handler to catch the messages? Please try your malformed xml file with sample DOMPrint and see if it still crashes. If so, ! please post your malformed xml file for further investigation. --- 23,32 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-04-16 11:09 ------- Have you installed an Error Handler to catch the messages? Please try your malformed xml file with sample DOMPrint and see if it still crashes. If so, ! please post your malformed xml file for further investigation. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-04-18 07:06 ------- ! The crashes were caused by ErrorHandler trying to put detail of ! SAXParseException to cerr. Most probably, the functions getSystemId(), ! getLineNumber() and getColumnNumber() don't work properly if XML source is a ! string. Thanks to Tinny Ng. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
