Re: What do you guys use to convert an XSD to objective C data classes/structures?

2014-03-25 Thread Andy Lee
Maybe you could check with the developer of Objectify whether he has something similar in the works for XML? http://tigerbears.com/objectify/ --Andy > On Mar 25, 2014, at 3:15 PM, Alex Zavatone wrote: > > We have a lot of legacy systems at my latest gig that all use and output XML > data. >

Re: What do you guys use to convert an XSD to objective C data classes/structures?

2014-03-25 Thread Alex Zavatone
On Mar 25, 2014, at 3:32 PM, Luther Baker wrote: > > We have a lot of legacy systems at my latest gig that all use and output > > XML data. > > I remember building a few data-driven webpages completely in XML and XSLT --- > and I clearly remember thinking it was the _future_! :-) > > I must a

Re: What do you guys use to convert an XSD to objective C data classes/structures?

2014-03-25 Thread Luther Baker
> We have a lot of legacy systems at my latest gig that all use and output XML data. I remember building a few data-driven webpages completely in XML and XSLT --- and I clearly remember thinking it was the _future_! :-) I must admit up front that I'm not sure which general approach would be best

What do you guys use to convert an XSD to objective C data classes/structures?

2014-03-25 Thread Alex Zavatone
We have a lot of legacy systems at my latest gig that all use and output XML data. For the purpose of consuming server based XML files, we're looking for a method to automate creation of objective c classes that represent the internal XML data structure. Is there any compelling reason not to d