Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate Pascal code from an XML schema in 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?

like image 897
Francesca Avatar asked May 27 '09 18:05

Francesca


1 Answers

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

like image 156
Peter Nowotnick Avatar answered Sep 27 '22 22:09

Peter Nowotnick