XML 数据绑定和 C++代码生成器

发布于 2024-10-31 07:13:32 字数 1539 浏览 2 评论 0原文

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

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

发布评论

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

评论(2

油饼 2024-11-07 07:13:32

There is a huge list of data binding code generators on http://www.w3.org/XML/Schema , just search the site for C++. Also please describe in detail why the answers on A C++ code generator from an XML spec weren't helpful.

意犹 2024-11-07 07:13:32

http://www.rpbourret.com/xml/XMLDataBinding.htm 中的信息可以非常有帮助。但请注意,该网站上的工具列表正在慢慢过时。 W3C 数据绑定工具列表 http://www.w3.org/XML/Schema 是已过时(最后一次更新是在 2009 年)。

我正在为我的所有 XML C++ 项目使用 SourceForge 的 GSOAP 工具包。也适用于纯 C。它自动将 C/C++ 绑定到 XML 模式,并且完全符合 XML、WSDL、SOAP、REST、XML-RPC、JSON 和 WS-* 协议的行业标准。

GSOAP 得到积极维护,易于使用,而且也非常高效。

The information at http://www.rpbourret.com/xml/XMLDataBinding.htm can be very helpful. But beware that the list of tools on that web site is slowly getting out of date. The W3C list of data binding tools http://www.w3.org/XML/Schema is outdated (the last update was way back in 2009).

I'm using the GSOAP toolkit from SourceForge for all of my XML C++ projects. Also works for plain C. It binds C/C++ to XML schemas automatically and is fully compliant with industry standards for XML, WSDL, SOAP, REST, XML-RPC, JSON, and WS-* protocols.

GSOAP is actively maintained, easy to use, and pretty efficient too.

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