How to generate Objective C class files from XML schema?

Posted by Anthony D on Stack Overflow See other posts from Stack Overflow or by Anthony D
Published on 2010-03-26T12:03:42Z Indexed on 2010/03/26 12:33 UTC
Read the original article Hit count: 421

I have an XML schema that defines my data model. I would now like to have Objective C source files generated from the XML schema. Does anyone know how to accomplish this?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa