Guten Tag Razvan Adrian Bogdan,

am Montag, 16. Juli 2007 um 13:26 schrieben Sie:

RAB> I just found that the FPC XML Reader has a nasty bug at least in FPC 2.0.4
RAB> this XML will cause av

RAB> <?xml version="1.0" encoding="UTF-8"?>
RAB> <DCPlusPlus>
RAB> </DCPlusPlus>

RAB> This is because of this code in XMLRead line 671 in Function ExpectProlog

RAB>   // Check for "(doctypedecl Misc*)?"    [28]
RAB>   if CheckForChar('D') then
RAB>   begin
RAB>     ExpectString('OCTYPE');         <<--- This raises an Exception
RAB>     // create the DTD object

RAB> Any other XML Processors that would work in Delphi and Lazarus/FPC ?

RAB> Razvan


maybe:
http://www.mostworks.de/index.php?option=com_content&task=view&id=29&Itemid=45

it should run unter fpc too


RAB> _________________________________________________________________
RAB>      To unsubscribe: mail [EMAIL PROTECTED] with
RAB>                 "unsubscribe" as the Subject
RAB>    archives at http://www.lazarus.freepascal.org/mailarchives






_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to