| View previous topic :: View next topic |
| Author |
Message |
David Saracini Guest
|
Posted: Thu Feb 15, 2007 11:07 pm Post subject: XSD to Delphi Class |
|
|
Hello All,
I'm using BDS2006 at work and I need to take some XSD files and generate delphi classes for them. The problem? I can't figure out how to do it. The last time I did this I was working with D7 and it was a piece of cake. What am I missing here?
Note: this is not for a webservice. No WSDL involved. Just 4 xsd files!
TIA and Best Regards,
David |
|
| Back to top |
|
 |
Kevin Frevert Guest
|
Posted: Fri Feb 16, 2007 2:33 am Post subject: Re: XSD to Delphi Class |
|
|
How did you do it in D7?
IIRC, BDS2006 still should have the XML Databinding Wizard.
"David Saracini" <No.Spam (AT) NoSpam (DOT) com> wrote in message
news:45d49339$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
Hello All,
I'm using BDS2006 at work and I need to take some XSD files and generate
delphi classes for them. The problem? I can't figure out how to do it.
The last time I did this I was working with D7 and it was a piece of cake.
What am I missing here?
Note: this is not for a webservice. No WSDL involved. Just 4 xsd files!
TIA and Best Regards,
David |
|
|
| Back to top |
|
 |
Mikael Eriksson Guest
|
Posted: Fri Feb 16, 2007 9:13 am Post subject: Re: XSD to Delphi Class |
|
|
David Saracini skrev:
| Quote: | What am I missing here?
|
It could be that you do not have an active project.
The XML Data Binding wizard is only visible if you do.
With a project opened select
File - New - Other - Delphi Projects - XML - XML Data Binding
/Micke |
|
| Back to top |
|
 |
|