Is there a SAX Parser for Delphi and Free Pascal? [closed]

十年热恋 提交于 2019-12-18 08:54:10

问题


Besides MSXML and SAX for Pascal, can you recommend a SAX parser for Delphi? It would be great if it could be used in cross-platform applications with Free Pascal.


回答1:


The open-source libxml2 engine supports SAX, and has a Pascal binding available.




回答2:


OXML also provides support for SAX and outperforms most other parsers (yes even libxml2).




回答3:


I would recommend DIXml.




回答4:


Euh, the SAX xml parser that comes with FPC ? See the fcl-xml package.

Afaik the recent activity on this package has made it largely Delphi compatible even.



来源:https://stackoverflow.com/questions/3581520/is-there-a-sax-parser-for-delphi-and-free-pascal

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