You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/10/11 15:31:08 UTC

DO NOT REPLY [Bug 4097] - failing to parse standard 'header' of for xml/cml

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 keshlam@us.ibm.com  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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org