nsxmlparser
NSXML parsing loops 3 times over 1 node
I\'m using NSXMLParser to parse an XML file. I\'m doing this several times in my app for different purposes. I have one which parses annotations for a store locator, one that parses al the movies from[详细]
2023-03-12 03:34 分类:问答NSXMLParser problem in iPhone
in my app i am using the NSXML parser to fetch data from a network database. here i need to get around 3000 files and more.[详细]
2023-03-12 02:17 分类:问答XML performance app problem
I am testing XML performance app. But instead of fetching iTunes xml I have created my a local xml file in the bundle. The content of the file is given below:[详细]
2023-03-11 16:39 分类:问答Downloading and parsing an array of NSURLConnections
I have an NSArray of NSURLConnections with requests that return xml. What\'s the best way to systematically, for each of NSURLConnection:[详细]
2023-03-11 06:27 分类:问答NSXmlParser not parsing xml correctly sometime
when I call API and parse response xml, sometime I got this error .. Terminating app due to uncaught exception \'NSInvalidArgumentException\', reason: \'-[NSXMLParser stringByAppendingString:]: unrec[详细]
2023-03-10 21:51 分类:问答UITableView Problem with loading in data and showing HUD
I have a UITableView with a Navigation Controller.The table view is made up of custom cells that each contain data that is downloaded from a server, obviously this downloading is time consuming and th[详细]
2023-03-10 19:13 分类:问答Parsing Flickr Image-URL with NSXMLParser
I\'ve the following problem: I\'m parsing an XML File from Flickr API http://api.flickr.com/services/feeds/photos_public.gne?tags= with a specific tag, provided by the user before.[详细]
2023-03-10 16:27 分类:问答NSOperation and reloading the parser
I have a parser class that is subclass of NSOperation. It is used to parse the xml and table view is reloaded when the parse is completed. I have a refresh UIBarButtonItem that is used to call the par[详细]
2023-03-10 08:11 分类:问答When core data is changed, how to update the table view data?
Using NSXMLParser to get data from an xml file on internet wi开发者_开发问答th an update button to get update database and store it by using xcode template core data.[详细]
2023-03-10 07:16 分类:问答NSXMLParser error code=5 all of a sudden
My app reads a few xmls and they all seemed to have been read with no problem by my NSXMLParser with no problem whatsoever until a few days ago. Now two of those xmls throw a code=5 error. From what I[详细]
2023-03-10 05:18 分类:问答