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 12:16:43 UTC

DO NOT REPLY [Bug 4097] New: - 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

           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: xerces-c-dev@xml.apache.org
        ReportedBy: azazel-djin@angelfire.com


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