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=16933>. 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=16933 All error messages null in SAX and DOM parsers Summary: All error messages null in SAX and DOM parsers Product: Xerces-C++ Version: 1.6.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Validating Parser (Schema) (Xerces 1.5 or up only) AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm using Xerces-C++ 1.6 in Borland C++ Builder 5. Whenever I use the SAX/DOM parsers to validate an XML document against a schema (including in the PParse sample provided), any errors in the XML doc are picked up but the text error messages reported back are always null. The encrypted error messages seem to exist in the call fErrorReporter->error in XMLValidator.cpp. However, when you step into the overridden function in SAXParser.cpp the error messages always become null. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
