XML parsing is a frequently used thing in applications fetching data from the web. Fetching RSS feeds, XML-RPC, SOAP or REST data might not be usable unless you parse it. In Objective C (specifically in iOS development), NSXMLParser is used for parsing XML. The following tutorial explains how you can use NSXMLParser to parse RSS feeds. Create a new Objective [...]