On Fri, 21 Sep 2007 10:16:09 +0200
Tom Gregorovic <[EMAIL PROTECTED]> wrote:

> Hi,
> what is the difference between XML units from Lazarus Codetools 
> (Laz_xmlread, Laz_dom, etc.) and FPC counterparts (XMLRead, DOM, etc.)
> and which one would prefer to use?

The laz_dom unit uses strings, the FPC dom unit uses widestrings.
The laz_dom unit is much faster while the FPC dom unit handles i18n
characters better and supports all xml features.

The Lazarus IDE uses it for its config files (TXMLConfig), where
laz_xmlcfg is sufficient and much faster.

Mattias

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

Reply via email to