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?
我需要导入一些XML模式。在Delphi中,我将使用XML数据绑定向导从模式生成Pascal代码。在Delphi Prism中有类似的东西可以避免编写所有这些样板代码吗?
1 个解决方案
#1
8
Try xsd.exe from the Microsoft SDK. /l:Oxygene generates Delphi Prism code.
从Microsoft SDK尝试xsd.exe。 / l:Oxygene生成Delphi Prism代码。
#1
8
Try xsd.exe from the Microsoft SDK. /l:Oxygene generates Delphi Prism code.
从Microsoft SDK尝试xsd.exe。 / l:Oxygene生成Delphi Prism代码。