[fpc-pascal] How to save a huge XML?

Marcos Douglas md at delfire.net
Wed Jun 19 14:19:05 CEST 2013


On Wed, Jun 19, 2013 at 8:29 AM, Michael Schnell <mschnell at lumino.de> wrote:
> On 06/19/2013 12:14 PM, Graeme Geldenhuys wrote:
>>
>> XML is by far the worst format anybody could choose
>
>
> Yep. bus as it is "Standard" some need to ....
>
> Thus IMHO the way to go is to have the basic XML component work on linked
> lists with binary data in memory and only when loading/saving use an ASCII
> representation.
>
> (in fact, we did a "linked component list" handler / converter for HTML some
> years ago, same of course could be modified to use XML, as same is even more
> strictly defined than HTML. The unit is based in TComponentList and defines
> several components for the different tag types used).

Interesting.

Marcos Douglas



More information about the fpc-pascal mailing list