NSMutableArray and NSDictionary using for parsed xml data
问题 Please anybody help me.i am in great trouble....Now my Problem is... Using xml parser i have parsed some attribute and value of the attribute. using this i am getting the element name: - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qName attributes: (NSDictionary *)attributeDict Now using this i am getting value of the attribute from the xml: - (void)parser:(NSXMLParser *)parser foundCharacters: