Which library for XML files in a Delphi Cross-platform application? Which library for XML files in a Delphi Cross-platform application? xml xml

Which library for XML files in a Delphi Cross-platform application?


In unit Xml.XMLDoc; you have a TXMLDocument;If you choose DOMVendor := ADOM XML v4, it's available for Windows and OSX.

It's directly available from the Tool palette.


I know TNativeXML works in the unicode versions of Delphi (2009+) and I'm also pretty sure that it has no Windows API requirements. I haven't tried compiling it with XE2 yet, but the authors site claims compatibility up to Delphi XE.

NativeXML