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.
Is there a SAX Parser for Delphi and Free Pascal? [closed]
pull-parser is not SAX-parser but might have all its benefits as well. See MS XMLLite stats at docs.google.com/spreadsheets/d/… –
Battleplane
The open-source libxml2 engine supports SAX, and has a Pascal binding available.
Free Pascal has an additional binding. –
Durrell
OXML also provides support for SAX and outperforms most other parsers (yes even libxml2).
But the guy does not answers mails. So, it is not truly Opensource and it is not reliably commercial. While sounds very promising it looks like a dead-end lock-in... –
Battleplane
The open-source libxml2 engine supports SAX, and has a Pascal binding available.
Free Pascal has an additional binding. –
Durrell
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.
© 2022 - 2024 — McMap. All rights reserved.