| iphone Programming Glossary: categlistParsing XML data to NSMutableArray iOS - iPhone http://stackoverflow.com/questions/9884702/parsing-xml-data-to-nsmutablearray-ios-iphone  Category ......more categories Categorys Here I want to get the categoryName values into my NSMutableArray categList . The code I have used is void parser NSXMLParser parser didStartElement NSString elementName namespaceURI NSString namespaceURI..   qualifiedName NSString qualifiedName   attributes NSDictionary attributeDict if elementName isEqualToString @ categList  addresses is an NSMutableArray instance variable if categList categList NSMutableArray alloc init return NSLog @ StartedElement.. attributeDict if elementName isEqualToString @ categList  addresses is an NSMutableArray instance variable if categList categList NSMutableArray alloc init return NSLog @ StartedElement @ elementName element NSMutableString string void parser.. 
 |