nsxml Questions
3
Solved
I'm using NSXMLParser to parse an xml from a url (my code is almost exactly the same as here)
Some of the elements contain special characters like "á" which causes a word lik ándre to split into t...
Lattermost asked 18/4, 2012 at 18:2
4
I am using NSXmlParser to parse through an rss feed. All is working well so far.
I'm anticipating the rss feed will eventually contains dozens/hundreds of posts. My current solution is reading th...
Bantam asked 3/7, 2012 at 19:1
1
Solved
Is there a way that I can format an XML file in the proper way when creating it programmatically?
For example, if I use this code to create a simple XML File:
NSXMLElement *fallback_driver = [[NS...
Sandler asked 25/4, 2012 at 5:8
4
Solved
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 TestAppDe...
Diffusive asked 21/10, 2009 at 5:46
1
© 2022 - 2024 — McMap. All rights reserved.