Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了用于 Pascal 的MSXML 和SAX ,你能推荐一个用于 Delphi 的 SAX 解析器吗?如果它可以在带有 Free Pascal 的跨平台应用程序中使用,那就太好了。
OXML还提供对 SAX 的支持并且优于大多数其他解析器(甚至是 libxml2)。
我会推荐DIXml。
呃,FPC自带的SAX xml解析器?请参阅fcl-xml 包。
Afaik 最近对该软件包的活动使其在很大程度上与 Delphi 兼容。
开源的libxml2引擎支持 SAX,并且有可用的Pascal 绑定。