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.

Was it helpful?

Solution

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

OTHER TIPS

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

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top