One would think that parsing and generating xml files using the iPhone SDK would be a simple task. However, Apple decided to leave out the NSXML and related classes from the SDK. So- out of the box, that leaves us with NSXMLParser. No thanks.
My first question was: How can I deal with xml the way [...]
Tags: how-to
Follow Us