如何在 Delphi Prism 中从 XML 模式生成 Pascal 代码?
我需要导入一些 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 Microsoft SDK 中的 xsd.exe。
/l:Oxygene 生成 Delphi Prism 代码。
Try xsd.exe from the Microsoft SDK.
/l:Oxygene generates Delphi Prism code.