delphi opensoure xml writer & reader [closed]

人走茶凉 提交于 2019-12-06 07:57:07

问题


could you recommend a good XML open source writer and reader,

to generate and read XMLs?


回答1:


NativeXml and OmniXML are open source and popular XML libraries for Delphi. ADOM is another, it is included in some versions of Delphi. For some advanced use cases, libxml with the Delphi wrapper Libxml2 might be interesting.



来源:https://stackoverflow.com/questions/5847256/delphi-opensoure-xml-writer-reader

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