[fpc-pascal] XML: Differences between Delphi and FPC
Marcos Douglas B. Santos
md at delfire.net
Sun Jul 30 02:01:20 CEST 2017
Hi,
FPC/Lazarus always tried stay compatible with Delphi... thus, why the
FPC XML classes is so different than Delphi classes?
Delphi XML is interface-based. There exists IXMLDocument, IXMLNode and so on.
FPC has just classes.
I have a FPC/Lazarus project that will be compatible with Delphi. I
would like to know whether I need to create wrappers to encapsulate
the differences between them or there is a simple way to do that.
A 3rd lib could be an option too.
Thanks,
Marcos Douglas
More information about the fpc-pascal
mailing list