Windows & Mac XML library for delphi XE2

独自空忆成欢 提交于 2020-01-25 06:12:11

问题


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:

  1. 100% written in delphi
  2. Has no outer dependencies
  3. 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 compatibility with the Firemonkey platform, but with a few changes to unit names I tested it successfully back when Delphi XE2 was first released.

You can find the component here: http://www.simdesign.nl/xml.html In case the latest version isn't compatible with XE2 yet, there's a topic on the forums about how to make it compatible: http://www.simdesign.nl/forum/viewtopic.php?t=2110




回答3:


Andreano Lanusse has a nice blog post on using XML on Mac. It turns out that:

When you drop a TXMLDocument component on your design the default DOMVendor MSXML, you have to change to ADOM XML v4 to support cross-platform.



来源:https://stackoverflow.com/questions/10861634/windows-mac-xml-library-for-delphi-xe2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!