문제

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.

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top