C++ 中用于面向流的 XML 解析的 expat 的替代方案;

发布于 2024-09-13 01:26:16 字数 152 浏览 2 评论 0原文

C++ 中面向流的 XML 解析是否有 expat 的替代方案?我正在处理的数据通过 TCP 连接到达,并且有多个 XML 文档需要处理,这意味着每次有新文档时我都必须重置 XML 解析器。解析器不需要符合标准;我感兴趣的是能够使用面向回调的过程来解析 XML 语法,而不是遵守特定的架构。

Are there alternatives to expat for stream-oriented XML parsing in C++? The data that I am dealing with arrives over a TCP connection and there are multiple XML documents to deal with, which means I have to reset the XML parser every time there is a new document. The parser doesn't need to be standards-compliant; I'm interested in being able to parse the XML syntax using a callback-oriented process, rather than conforming to a particular schema.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

┾廆蒐ゝ 2024-09-20 01:26:16

Xerces-C++ 怎么样?

What about Xerces-C++?

明月松间行 2024-09-20 01:26:16

您可以尝试 Apache 的 Xerces

You could try Apache's Xerces.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文