[fpc-pascal] How to save a huge XML?
Michael Schnell
mschnell at lumino.de
Wed Jun 19 13:29:16 CEST 2013
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).
-Michael
More information about the fpc-pascal
mailing list