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





------- Additional Comments From [EMAIL PROTECTED]  2001-10-11 06:31 -------
Syntax error. The XML declaration _MUST_ start at the very first character of 
the file (or right after the Byte Order Mark, if one exists). Reorder your 
document's header to read:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE cml SYSTEM "cml.dtd">

and try again.

(I'd suggest resolving this as invalid, but since I'm not in Xerces support 
that's not my call.)

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

Reply via email to