Am 06.04.2012 08:38 schrieb "Juha Manninen" :
> 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.
You know that on Windows for 32-bit processes the memory limit is 2GB? The
remaining pa
In our previous episode, Juha Manninen said:
> there are so many choices. I did not find most of them with a simple Google
> search.
> I will look at them more closely next week.
IIRC there is also an "omnixml" xml parser, but it seems the homepage is
temporarily offline atm:
www.omnixml.com/dow
Amazing,
there are so many choices. I did not find most of them with a simple Google
search.
I will look at them more closely next week.
Thanks!
Juha
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo
On 06/4/12 7:38, Juha Manninen wrote:
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.
Another option is kbmMW from
http://www.components4programmers.com/products/index.htm
The ent
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 Unic
Mailed to me in person, probably meant for the mailing list.
Michael.
-- Forwarded message --
Date: Fri, 6 Apr 2012 13:24:58 +0200
From: David Butler
To: michael.vancann...@wisa.be
Subject: Re: [fpc-pascal] XML parser
Hi
You might want to have a look at Fundamentals XML
On Fri, 6 Apr 2012, Juha Manninen wrote:
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?
I seriously