Using NSXMLParser to parse XML documents
| Last Revision: | |
| Build Requirements: | Xcode 4.6, iOS 6.0 or later. |
| Runtime Requirements: | iOS 6.0 or later. |
The SeismicXML sample application demonstrates how to use NSXMLParser to parse XML data. The XML parsing occurs on a background thread using NSOperation and updates the earthquakes table view with batches of parsed objects.
© 2013 Apple Inc. All Rights Reserved. (Last updated: 2013-05-13)