Questions tagged [nsxmlparser]

NSXMLParser is a class of the Foundation Framework of Mac OSX developer library. This class allows developers to parse XML documents (including DTD declarations) in an event-driven manner.

NSXMLParser is a class of the Foundation Framework of Mac OSX developer library. This class allows developers to parse XML documents (including DTD declarations) in an event-driven manner. An NSXMLParser notifies its delegate about the items (elements, attributes, CDATA blocks, comments, and so on) that it encounters as it processes an XML document. It does not itself do anything with those parsed items except report them. It also reports parsing errors.

API documentation available at http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSXMLParser_Class/Reference/Reference.html

1267 questions
0
votes
1 answer

Issues loading twitter data in my app

In my app i am getting status from a twitter handle using this:http://api.twitter.com/1/statuses/user_timeline/ABCD.xml But sometime it just doesn't show anything in my tableview. I am using NSXMLParser. Here's the code : Class A : xmlParser =…
Ashutosh
  • 5,614
  • 13
  • 52
  • 84
0
votes
1 answer

xml parsing in iphone for whether location using google api

I want to parse on xml data from this url I had written the code like this:- NSString *escapedURL =…
ios developer
  • 3,363
  • 3
  • 51
  • 111
0
votes
1 answer

iOS: Items added to NSMutableArray show up as one item

I am working on an iOS app that uses NSURL to consume XML data from a website: http://undignified.podbean.com/feed. From there I parse through the XML using NSXMLParser and search for an attribute called "url" within the "enclosure" element. All…
Fostenator
  • 83
  • 2
  • 12
0
votes
2 answers

iOS: NSXMLParser - Add Attribute Values To UITableView

I've been working on this for several hours now and have become stumped. I'm probably doing something redundant or stupid that's causing this issue so any help I can get would be much appreciated. I'm using NSURL to pull in a website:…
Fostenator
  • 83
  • 2
  • 12
0
votes
1 answer

NSXMLParser : where store values?

I want to that my app will work with XML file as some kind of pre - initializer. I want to analyse xml file and then draw screens. So for example i have a xml file in struct:
Jakub
  • 13,712
  • 17
  • 82
  • 139
0
votes
1 answer

Reference-counted object is used after it is release? NSXMLParser

I've download this code from this website. http://homepages.ius.edu/rwisman/C490/html/nsxmlparser.htm As I analyze it. I have memory leaks. I've tried google everything from autorelease, sender, nil ,[parser setDelegate: [Top10Parser new]], etc. it…
0
votes
2 answers

NSXMLParser to create nodes and NSMutableArray

i'm looking for a advise. I want to parse an XML file with NSXMLParser, and i wonder what i should do with tags and parameters. Fo example i have: