vote up 3 vote down star
3

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?

flag

50% accept rate

1 Answer

vote up 5 vote down check

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

link|flag
Got this error: "Could not find specified code provider type: Chrome" – François May 27 at 20:49
Is Prism installed? The command-line version doesn't work. You can try /l:Oxygene. Both works on my computer. – Peter Nowotnick May 27 at 21:10
If you mean Delphi Prism, yes, it is installed (with the VS coming with it). But I don't see how I can launch xsd except from command line? – François May 28 at 0:41
And /l:Oxygene gives the same error message. – François May 28 at 0:47
1  
I think this error message comes from the xsd-Tool included into the mono-distribution. Make sure you use the one from the Microsoft SDK. – Peter Nowotnick May 28 at 11:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.