January 2011
1 post
A lightweight XML parser for iOS
Check out SMXMLDocument on Github.
If you’ve ever tried to parse XML on the iPhone or iPad using NSXMLParser, you may have wondered if you’re taking crazy pills.
Is this really how people parse XML on iOS? Really?
I mean, yes, it’s true that using NSXMLParser forces you to write extremely efficient stream-based parsing without buffering the entire XML structure in...