I’m writing a FireMonkey application which must run in Windows as well in OSX. Until now I’ve used MSXML for my Windows apps, but of course this library is not compatible with OSX. So the question is, does Delphi XE2 include any XML library compatible with OSX, or is there a third-party XML library compatible with OSX?
Share
In unit
Xml.XMLDoc;you have aTXMLDocument;If you choose
DOMVendor := ADOM XML v4, it’s available for Windows and OSX.It’s directly available from the Tool palette.