Any XML binding frameworks for Objective-C? -


Is there an XML binding framework for Objective-C?

I have tried some searches Google and have not got anything yet.

I'm looking for something that reads from XSD / DTD / XML and generates:

  • Model class to store prices
  • The actual parser, which reads from XML and populates model squares

here There is a huge and simple tutorial that helps in creating an XML document using the GDataXMLParser

Does it

Comments

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -