Tagged Questions

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.

learn more… | top users | synonyms

9
votes
4answers
5k views

NSXMLParser Leaking

I have the following code that leaks. Instruments says that it is the rssParser object that is leaking. I "refresh" the XML feed and it runs the block and it leaks.... file.h @interface ...
7
votes
6answers
971 views

Parser for wikipedia

I downloaded wikipedia dump and want to convert from wiki format to my object format. Is there a wiki parser available that converts the object into XML?
6
votes
2answers
5k views

Using NSXMLParser with CDATA

I'm parsing an RSS feed with NSXMLParser and it's working fine for the title and other strings but one of the elements is an image thats like <!CDATA <a href="http:image..etc> How do I ...
5
votes
5answers
622 views

Using Singleton synchronized array with NSThread

I have a books app with a UISearchBar, where the user types any book name and gets search results (from ext API call) below as he types. I am using a singleton variable in my app called ...
5
votes
7answers
1k views

NSXMLParser Memory Allocation Efficiency for the iPhone

I've recently been playing with code for an iPhone app to parse XML. Sticking to Cocoa, I decided to go with the NSXMLParser class. The app will be responsible for parsing 10,000+ "computers", all ...
4
votes
2answers
499 views

Parsing inner HTML iteratively using Hpple parser and NSXMLParser

I have been working on school newspaper app for iPad platfrom. I am using NSXMLParser to get the titles, brief descriptions, and links for each article. In order to get HTML items from each parsed ...
4
votes
1answer
2k views

Parsing a local xml file in iOS sdk

I need to parse a local xml file which is in my resource folder when a UIButton is pressed. I know how to parse an XML file from the web. Now how can i display the xml content which is in my resource ...
4
votes
1answer
570 views

Why is NSXMLParser picking up this whitespace in the foundCharacters method?

I'm learning to use the NSXMLParser API for the iOS platform and so far it's very easy to use. I'm having a small problem, however, in the foundCharacters method. As I understand it, it shouldn't ...
4
votes
5answers
4k views

Resolving html entities with NSXMLParser on iPhone

i think i read every single web page relating to this problem but i still cannot find a solution to it, so here i am. I have an HTML web page wich is not under my control and i need to parse it from ...
4
votes
2answers
2k views

How to resolve an internally-declared XML entity reference using NSXMLParser

I have an XML file that uses internally-declared entities. For example: <?xml version="1.0" encoding="UTF-8"?> ... <!ENTITY my_symbol "my symbol value"> ... <my_element> ...
4
votes
1answer
1k views

Parsing an XML file stored in the Documents directory of an iPhone application

NSXMLParser has three types of init. -> init -> initWith Data -> initWithContents of URL => But my xml file is stored at Application's Document directory, so how to parse a file which is stored ...
3
votes
1answer
89 views

Problem with XML Parser

I am using the XML Parser available here: http://www.saygoodnight.com/2009/08/a-simple-quick-reusable-xml-parser-for-the-iphone/ I chose it because I simply couldn't get the regular one to work with ...
3
votes
2answers
193 views

NSXMLParser & Problem

My xml is <categoryname>Baby</categoryname> <id>244</id> <categoryname>Boats & Watercraft</categoryname> <idc>1026</id> ...
3
votes
2answers
359 views

Memory Leak Using NSXMLParser in NSConcreteMapTable

I'm using NSXMLParser and I get a memory leak that points to NSConcreteMapTable, whatever that is: The leak occurs at this line of code when calling the parser from my AppDelegate.m: I have ...
3
votes
2answers
336 views

NSXMLParser Three Same Elements

I am using NSXMLParser to parse this XML: http://itunes.apple.com/gb/rss/topsongs/limit=50/explicit=true/xml. I am trying to parse an element called "im:image". My problem is that there are three ...
3
votes
2answers
4k views

What's the best approach for parsing XML/'screen scraping' in iOS? UIWebview or NSXMLParser?

I am creating an iOS app that needs to get some data from a web page. My first though was to use NSXMLParser initWithContentsOfURL: and parse the HTML with the NSXMLParser delegate. However this ...
3
votes
1answer
430 views

Help solving NSXMLParser error 39 : NSXMLParserAttributeNotStartedError

I've been searching for about two hours now trying to find out what this error is and how to solve it. Apple's documents gladly says NSXMLParserAttributeNotStartedError Attribute is not started. ...
3
votes
1answer
3k views

NSXMLParserDelegate and iPhone SDK 3.1.X

I have an app on the store which was built for 3.1.2, but which was crashing under 4.0GM. I've fixed the crash problem using Xcode 3.2.3, but was also getting warnings that such-and-such class did not ...
3
votes
1answer
1k views

NSXMLParser on the iPhone, how do i use it given a xml file (newb here :\)

Hey guys, was wondering how do i use the NSXML parser. so lets say given i have a simple xml file with elements like 1/1/1000 14:15:16 How could i use the NSXMLParser to parse the XML File(Its on ...
3
votes
4answers
443 views

What has an namespace to do with XML?

Something confuses me here: The NSXMLParser method has a namespaceURI attribute: - (void)parser:(NSXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(NSString ...
3
votes
2answers
311 views

How add a default value to an array when child element is not found in xml parsing?

I am new to iphone development.I am parsing an XML page and displaying the content in a tableview.In some block in the XML page , the child element is missing , i want to add a value o in my array, ...
3
votes
1answer
13k views

How to use NSXMLParser to parse parent-child elements that have the same name

Does anyone have some idea how to parse the following xml using event-driven model NSXMLParser class? <Node> <name> Main </name> <Node> <name> Child 1 ...
3
votes
3answers
10k views

What is the meaning of NSXMLParserErrorDomain error 5.?

Ok, I am back on this task. I have my XML properly download from my webserver with a URL pointing to the server's file, however, when I detect the network is 'unreachable' I simply point the URL to my ...
3
votes
3answers
1k views

When parsing with NSXMLParser, does it download the whole .xml then parse, or does it do a streaming parse?

Programming for iPhone. Title says it all. When parsing with NSXMLParser, does it download the whole .xml then parse, or does it do a "streaming" parse? Essentially if I abort the parse halfway ...
2
votes
1answer
62 views

Use NSXMLParser delegate to parse two files

I need to parse two completely different XML data files in the same view controller, so I would like to know if it is possible to change the name of NSXMLPaser delegate methods, just for one instance. ...
2
votes
1answer
85 views

XML parsing in iphone with authenticate url

I am doing xml parsing while my url is authenticate url with username and password. When I put this url into a browser it asks me for username and password for login. I want to parse this url in ...
2
votes
3answers
98 views

How to save nsdictionary of a subview to a mainview based off tableviewcell selection

I am currently parsing some xml that looks like this <Rows> <Row MANUFACTURERID="76" MANUFACTURERNAME="Fondont" ISMANU="F" ISAUTO="F"/> <Row MANUFACTURERID="18" MANUFACTURERNAME="Anti" ...
2
votes
0answers
58 views

Using NSXMLParser with ISO-8859-1 truncates words with accents

I have the same exact problem that's in this question: Problemas com Parse XML - Iphone, but it didn't get any good answers. I'm trying to parse an XML file with an ISO-8859-1 encoding, but everytime ...
2
votes
2answers
115 views

Problem parsing response containing characters like '\u00'

I am using NSXML Parser to do parsing in my iphone app. Now everything works fine except when data comes in french language. For example, data from server comes as Ch\u00e9rie FM. Now under the ...
2
votes
2answers
55 views

Parse XML in iPhone (attributed not separated)

Is there a way to parse an XML in iOS where the attribute are not separated e.g: Users UserId="1" Name="John Smith" Loc="London" UserId="2" Name="Johnny Cash" Loc="Nashville" Users ...
2
votes
1answer
139 views

How to check end element with empty tag on iPhone?

I'm newbie on iPhone development.I want to parse XML file like this to get attribute value. <Root> <element att_1 ="value1" att_2 ="value2" /> <element att_1 ...
2
votes
1answer
110 views

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 ...
2
votes
2answers
2k views

Looking for a good tutorial on NSXmlParser [closed]

I am looking for a good NSXMLParser tutorial for parsing xml that is in your xcode file structure. Thanks.
2
votes
3answers
121 views

Does anyone know C++ XML parser/writer similar to .Net's XML Document?

I'm writing a native C++ project and I need a simple XML parser/writer. I already know XmlDocument in C#, so something similar could be quite good, but if there isn't, does anyone know a quick-to-use ...
2
votes
2answers
195 views

NSXMLParser: How to display the response obtained from webservice?

I am using NSXMLParser to parse my data obatained from my webservice. But when I get the data from the server. It gives me Error Code 5. I am not able to see the response that comes from the ...
2
votes
2answers
674 views

NSCFString appendString leak while parsing xml

I am having trouble removing leaks from an iPhone app that i'm working on. I am parsing an xml feed to get data. Here is the code I am using to parse [[NSURLCache sharedURLCache] ...
2
votes
1answer
537 views

NSXMLParser Memory Leak from Second Parse Call

Update: While the Leaks instrument points to the first call to [parser parse];, I have identified that the leak only occurs when I make this call a second time. I don't see anything in the ...
2
votes
2answers
230 views

Delay UISearchbar parsing

I have a UISearchbar in my app. This is a dynamic search and as the user enters text, a remote database is searched via a remote API call (I think it is through REST). The table view gets refreshed ...
2
votes
2answers
273 views

Receiving Error With NSXMLParser: [Parser conformsToProtocol:]: Message sent to deallocated instance 0xcd6be20

I am receiving this error from the NSXMLParser when I pop the NSXMLParser view controller, and then go back to it later on. 2010-12-31 21:49:32.306 App Name[12716:207] *** -[Parser ...
2
votes
1answer
323 views

&sect; character kills nsxmlparser

I've got an nsxmlparser. It works well enough, though I had to convert all the special characters coming into it into their coded equivalents: & had to be &amp;, " had to be &quot;, and so ...
2
votes
1answer
299 views

How to set a delegate in a different class

I'm working with NSXMLParser that parses a xml document. You have to set the delegate which we would be called every time the parser finds an element. The examples I've looked at all set the delegate ...
2
votes
3answers
2k views

iPhone NSXMLParser (Error 9)

i try to parse within my iPhone SDK 4 http://de.news.search.yahoo.com/news/rss?p=iphone&ei=UTF-8&fl=0&x=wrt there are some german umlaute <description><![CDATA[Mehr als die ...
2
votes
1answer
270 views

OO model for nsxmlparser when delegate is not self

I am struggling with the correct design for the delegates of nsxmlparser. In order to build my table of Foos, I need to make two types of webservice calls; one for the whole table and one for each ...
2
votes
1answer
858 views

How to parse XML with special characters?

Whenever I try to parse XML with special characters such as ō or 満月先生 I get an error. The xml documents claims to use UTF-8 encoding but that does not seem to be the case. Here is what the troublesome ...
2
votes
2answers
2k views

Iphone NSXMLParser NSCFString memory leak

I am building an app that parses an rss feed. In the app there are two different types of feeds with different names for the elements in the feed, so I have created an NSXMLParser NSObject that takes ...
2
votes
6answers
690 views

How can I release this NSXMLParser without crashing my app?

Below is the @interface for an MREntitiesConverter object I use to strip all html tags from a string using an NSXMLParser. @interface MREntitiesConverter : NSObject { NSMutableString* ...
2
votes
2answers
997 views

NSXMLparser errorcode 5

I'm using Amazon's simpledb in my app. When parsing xml it gives an error with the code 5. ie. NSXMLParserErrorDomain error 5. Sometimes it works fine and without any significant change in the ...
2
votes
2answers
1k views

How to Parse an XML (using XELement) having multiple Namespace?

I get the followinng Xresponse after parsing the XML document: <DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" ...
2
votes
2answers
3k views

Are there good and easy to understand tutorials on NSXMLParser?

I try to wrap my head around NSXMLParser and all its delegate methods. Would be great if someone knew a good tutorial on that. I need an overview that describes the concept and how things are done. I ...
2
votes
2answers
488 views

Make NSXMLParser skip an Element

I'm using NSXMLParser on an iPhone App to parse HTML Files for a RSS or Atom Feed Link. Everything works fine until the parser find a <script> element that includes Javascript code without the ...

1 2 3 4 5 13