Parsing XML data to NSMutableArray iOS - iPhone
问题 This is the XML data: <Categorys> <Category> <categoryId>25</categoryId> <categoryName>My Photos</categoryName> <categoryDescription>Description</categoryDescription> <categoryIconPath>7.jpg</categoryIconPath> <userId>2</userId> <categoryStatus>ON</categoryStatus> <publicPrivate>Private</publicPrivate> </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