iOS Open Source : Lightweight XML Parser
October 5, 2012
Even with the NSXMLParser that is available in the Foundation framework, parsing basic XML is still a pain on iOS. SMXMLDocument, created by Nick Farina, provides a simple, effective solution for parsing XML content.
The github link below shows the steps to configure an SMXMLDocument object and access XML nodes, attributes, etc.
Download SMXMLDocument
You can download SMXMLDocument from github.



