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=4097>. 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=4097 failing to parse standard 'header' of <!DOCTYPE......> for xml/cml Summary: failing to parse standard 'header' of <!DOCTYPE......> for xml/cml Product: Xerces-C++ Version: 1.5.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Miscellaneous AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Keep receieving errors when I try to parse what appears to be a well-formed xml/cml document with the header... --------------------------------------------------------------------------- <!DOCTYPE cml SYSTEM "cml.dtd"><?xml version="1.0" encoding="ISO-8859-1"?> <molecule xmlns="http://www.xmlcml.org/dtd/cml1_0_1" convention="MDLMol" type="2D"> <date day="08" month="05" year="2000"/> <atomArray> ----------------------------------------------------------------------------- no matter where the <!DOCTYPE... is, Xerces falls over at the end of the ...> . when this 'line' is removed, the xerces works fine. Unsure as to whether this is a validating, schema or DTD problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]