Windows & Mac XML library for delphi XE2
问题 What is the best (easy to use, performances) library to manage XML on Delphi XE2. Windows and Mac targets in mind. 回答1: You can use OmniXML, it is: 100% written in delphi Has no outer dependencies Works on XE2, did not test it on OSX On top of OmniXML you can use SimpleStorage to give you more power and simplicity managing the XML. 回答2: I usually go for the NativeXML library, it's an XML library completely written in Delphi code and it's free. I'm not sure if the latest version offers