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

4

5

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.

Waterloo answered 27/8, 2010 at 5:23 Comment(1)
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
B
3

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

Battles answered 27/8, 2010 at 23:14 Comment(1)
Free Pascal has an additional binding.Durrell
S
4

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

Spurge answered 14/7, 2014 at 13:22 Comment(1)
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
B
3

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

Battles answered 27/8, 2010 at 23:14 Comment(1)
Free Pascal has an additional binding.Durrell
M
2

I would recommend DIXml.

Macdonald answered 27/8, 2010 at 7:0 Comment(0)
D
2

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.

Durrell answered 27/8, 2010 at 9:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.