Tagged Questions

0
votes
5answers
91 views

NSXmlParser doesn’t work in iphone sdk 3.0

Hi. i noticed strange problem in sdk 3.0. When i parse XML everything works fine in any sdk 2.x but sdk 3.0 doesn't it. I didn't find any difference in NSXMLParser but any 2.x sdk works fine and 3.0 …
2
votes
1answer
28 views

NSXMLParser Question

I'm writing a RSS feeder and using the NSXMLParser to parse an XML page for me. Everything works well. This is the code that handles the asynchronously connection: static NSString *feedURLString = …
0
votes
1answer
29 views

NSXMLParser ignores element named <id>

Hi there, I'm using Wordpress's XML-RPC framework in my project. Now I have a situation where in the XML response there is a tag named which contains user data and by the time the response has been …
0
votes
2answers
13 views

NSXMLParser Error

Hi All, I am using NSXMLParser to parse the html file on the server side.(using iphone sdk 3.0) and my parser stop parsing after it encounter any error and call the delegate message …
0
votes
1answer
24 views

Core Data with NSXMLParser on iPhone saving object incorrectly

Hey Folks, I'm new to Objective-C, XCode and iPhone development in general and I'm having some issues with Core Data and NSXMLParser. Having followed Apples' tutorials SeismicXML (for NSXMLParser) …
1
vote
2answers
73 views

NSXMLParser Error

Hi, I am fetching data from this url "http://potlocator.com/locationXML.php", But while parsing the data with NSXMLParser, i am getting this error, found Error Operation could not be completed. …
1
vote
2answers
104 views

NSXMLParser chokes on ampersand &

I'm parsing some HTML with NSXMLParser and it hits a parser error anytime it encounters an ampersand. I could filter out ampersands before I parse it, but I'd rather parse everything that's there. …
0
votes
0answers
19 views

Error Code 31 read RSS with NSXMLParser

hi, i'm getting this error as i read RSS beginning with xml version="1.0" encoding="US-ASCII"? if i change like that xml version="1.0" encoding="UTF-8" , no problem to read the same RSS. Do i have …
0
votes
3answers
104 views

NSXMLParser Leaking

Hello, 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 …
0
votes
1answer
46 views

iPhone - prevent Invalid Hex character error with NSXMLParser

Hi I am parsing an XML coming from a web server and the parsing sometimes stops with Error code 6. From the documentation, I found out the error is NSXMLParserInvalidHexCharacterRefError. The …
0
votes
3answers
71 views

NSXMLParser iPhone memory strategy for large xml

Hi I build a parsing algorithm using NSXMLParser. Im having doubt as to what is the best strategy for keeping my memory usage on a minimum. I have a valueObject (e.g. "Person") this object has ≈ 30 …
0
votes
1answer
50 views

NSOperation will not cancel NSXMLParser. Which continues to call methods on delegate causing crash

I am trying to download some XML on another thread, and parse it. I release the 'controller' then call cancelAllOperations on the NSOperationQueue. And implement method 'cancel' on NSoperation which …
0
votes
2answers
40 views

How to parse xml file that is encoded with another encoder different from utf-8 with using NSXMLParser in objective-C?

Is there a way to parse xml file that is encoded with windows-1254 with using NSXMLParser? When i try, didStartElement method not called.
0
votes
1answer
47 views

NSXMLParser foundCharacters method!?

Hey! i'm using the NSXMLParser to fetch a String from xml. I'v created a class to store the data with synchronized variables. To get the text between the elementName i use the foundCharacter function. …
0
votes
1answer
71 views

Accessing objects in different controllers while using different threads in cocoa

Hi, I'm pulling in xml using the cocoa NSXmlParser. Since this process most likely won't finish before my view is loaded I want to move it to a secondary thread like I have seen in many examples …

1 2 3 next
15 30 50 per page