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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -