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:
- the Model classes to store values
- the actual parser that reads from the XML and populate the model classes