An excellent article by Mike on various XML frameworks available for iPhone SDK, particularly, TouchXMLKissXML. The article discusses the advantages and disadvantages of using each one of them. As Sourcebits we extensively use TinyXML framework in our projects and highly recommend it too. 

[source 71squared]

Share | Permalink | Comments [2]


Comments
  1. cazzerson wrote on May 06th :

    Is the motivation for using these libraries over NSXMLParser the need to build XML? I am using NSXMLParser for parsing XML from a web service and it is working well (although I am working with a pretty small document).

  2. rohit wrote on May 07th :

    Memory usage and parsing speed of these libraries are better than NSXMLParser. You may not notice that in a small document.

Add Comment

You must be logged in to post a comment.