0
我想爲我的iphone應用程序完成XML解析。但我堅持了一個錯誤:iphone xml解析問題
XMLParser *xParser = [[XMLParser alloc] initWithContentsofURL:@" http://myimgurl.com/iphoneappimages.xml";];
[xParser setParseItem:@"image"];
[xParser startParse];
NSArray *arrItems = [xParser objectForKey:@"image"];
得到的錯誤 - 'XMLParser' may not respond to '-objectForKey:'
- 在最後一行。
這裏有什麼問題?
謝謝。
什麼是XMLParser的課? – Vladimir 2011-02-10 10:30:27