开发者

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

开发者 https://www.devze.com 2023-01-13 14:44 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

开发者_开发技巧 Improve this question

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.


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


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


I would recommend DIXml.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消