[fpc-pascal] XML parser

Michael Schneider micsch at gmail.com
Sat Apr 7 17:03:13 CEST 2012


Am Friday 06 April 2012 08:38:24 schrieb Juha Manninen:
> Hi
>
> I have a new job.
> Now I am looking for a proper XML parser for Delphi, for big XML files.
> The default Delphi parser, using MS DOM, chokes badly. 4 GB memory is not
> enough for it.
>
> Question:
> Does FCL-XML work with a new Unicode Delphi?
>
> Another question:
> What does the license say about using FCL-XML in a commercial Delphi
> project?
>
> I found a Delphi SAX parser from SourceForge. It gave errors on
> Scandinavian alphabets ä, ö etc.
> I commented out some hard-coded checks and finally it stopped working
> completely.
> Not a good parser!
>
> There are some other choices like SimpleXML. Should I use that?
>
> Juha
NativeXml?
http://www.simdesign.nl/xml.html



More information about the fpc-pascal mailing list