Is there any XML binding framework for Objective-C?
I've tried a few searches on google and didn't find anything yet.
I'm looking for something that reads from a XSD/DTD/XML and generate:
Here is a vast and simple tutorial that helps to read as well as create xml documents using GDataXMLParser http://www.raywenderlich.com/725/how-to-read-and-write-xml-documents-with-gdataxml
There seems to be a bit of confusion about SAXy. It is not another DOM library like NSXMLDocument or KissXML.
SAXy targets a different problem space, that of binding XML directly to domain objects using the lighter-weight event driven model. It's more akin to JAXB or Castor in the Java world.
It's closest relative in the Objective-C realm is the modeling code in RestKit. Although, RestKit advertises XML support, it's largely been dropped from the current version. SAXy was written to fill the void.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With