如何在 Delphi Prism 中从 XML 模式生成 Pascal 代码?

发布于 2024-07-22 20:42:41 字数 165 浏览 6 评论 0原文

我需要导入一些 XML 架构。
在 Delphi 中,我将使用 XML 数据绑定向导 从架构生成 Pascal 代码
Delphi Prism 中是否有类似的东西可以避免编写所有这些样板代码?

I need to import some XML schemas.
In Delphi, I would use the the XML Data Binding Wizard to generate the Pascal code from the schemas.
Is there something like that in Delphi Prism to avoid writing all this boilerplate code?

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

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

发布评论

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

评论(1

仅此而已 2024-07-29 20:42:41

尝试 Microsoft SDK 中的 xsd.exe。
/l:Oxygene 生成 Delphi Prism 代码。

Try xsd.exe from the Microsoft SDK.
/l:Oxygene generates Delphi Prism code.

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