Is there a SAX Parser for Delphi and Free Pascal? [closed]
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 questionBesides 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.
精彩评论