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.
1
vote
1answer
35 views
How to implement this method in my NSXMLParser to extract images
i'm new in iOS development, and at this moment i have implemented the NSXMLparser , but i really don't know how to separate tags with the same name, but different content, like the ...
2
votes
3answers
49 views
using NSXMLparser, how do you parse an xml file which has same name tags but in different elements?
Is it possible to give path expressions in NSXMLparser? I have an XML file which has a few same name tags, but they are in different element. Is there any way to differentiate between them. Here is ...
1
vote
1answer
26 views
NSXMLParser inside NSOperation
I have to download and parse huge XML files. Downloading the data occurs in an NSOperation which also triggers the NSXMLParser once the download finishes.
Now since I want to give the user the ...
0
votes
1answer
28 views
getting each iteration of XMLParser of a specific element
I'm trying to parse XML to my app. One of the tags (the last tag) is an article, with a length of 500 words (+,-).
The thing is, that the parser iterates when ever it "decides", so all i get is the ...
1
vote
2answers
48 views
How To Ignore Null String Values Out Of A Series Of NSStrings
I am using NSXMLParser to parse data from the RSS Feed. From CDATA Block, i am also pulling the images by first catching the image urls. This is how i am using the CDATA method of nsxmlparser:
- ...
0
votes
1answer
54 views
NSXML Parser Image URL Inside CDATA Block
I try to load a attributed element. In this post is a lot of code to show what I have and clear (hopefully) all questions.
Parser.h
#import <Foundation/Foundation.h>
@interface Parser : ...
0
votes
2answers
50 views
Database in iOS application: Sqlite vs XML + XPath?
my app needs to read some data exported from a SQL database. In addition to reading, the app should also query the database in order to find relations between different data.
Potentially, the amount ...
0
votes
1answer
69 views
How to parse varied string dates
in my app im using the NSXMLParser to parse feeds.
i have a pubDate as well but in many varied string date format:
1. 2013-04-17T12:00:24
2. Wed, 17 Apr 2013 10:15 +0300
3. Wed, 17 Apr 2013 ...
0
votes
1answer
48 views
Extract particular elements from xml
I implemented XML parsing in my iOS app, but I'm having problems with the following file :
<?xml version="1.0" encoding="UTF-8"?>
<AllJobs>
<Mainjobs>
<job1 ...
1
vote
1answer
47 views
How to display this kind of receive NSXMLParser data
here's a sample of xml code:
<content:encoded><![CDATA[<p style="direction: rtl">בפייסבוק הישראלי תמצאו, לצד תמונות החתולים והסרטונים הוויראליים גם אינספור תלונות, טרוניות וביקורת נגד ...
-1
votes
1answer
54 views
NSXMLParser doesn't parse some of the content [closed]
My iOS app parses xml that is fetched from a remote server (and that I can't influence in any way).
When it encounters an xml tag like the following:
<tag a="x" b="y" c="z">
this is a
...
0
votes
0answers
46 views
iOS tableview doesnt push view when needed too
I have a tableview that has a list of xml links that gets parsed using NSXML parser and then pushes to a new view with the parsed results. However, it is acting very strange. The parse operation ...
1
vote
2answers
72 views
empty tableview rows when parsing with NSXMLPaerser using ASIHTTPRequest
I'm pretty new iPhone development and i have a problem.
After several hours of searching and digging in the code I could understand the source of the problem (hope) but do not know how to solve it.
...
0
votes
1answer
53 views
How to call content of a parsed (NSXMLParser) xml from another class? Code review?
I am trying to give the contents of a parsed xml file in the view Controller. How can i do it when the content of the node string is.
xml file is like this:
<XML>
<Data>
...
0
votes
1answer
45 views
NSXMLParserDelegate warning
After adding @interface MedicalRecordViewController : UIViewController<UITextFieldDelegate,NSXMLParserDelegate,UITextViewDelegate> my appilcation still shows the warning in the
NSXMLParser ...
0
votes
1answer
53 views
Xml Parsing the element values
I have an XML struct like..
<?xml version="1.0" standalone="yes"?>
<user id="1" name=""><class id="1" name="">
<subjects id="1" name="">
<books id="1" name="">
...
0
votes
0answers
38 views
NSXML parser with UITableView cell
I have an XML file,
<?xml version="1.0" standalone="yes"?>
<user id="1" name=""><class id="1" name=""><subjects id="1" name=""><books id="1" name="">
<chapters ...
0
votes
1answer
96 views
Nsxml parser in iOS
I am new in I phone programming. From the web service call i got a response and from that I have to get the data. I have tried everything i could but was unable to do that..I need the (the two ...
1
vote
1answer
257 views
Parsing XML in xcode
How can i Parse this xml in Xcode. Its urgent.
<?xml version="1.0" encoding="utf-8"?>
<url>
<string name="address">SomeValue</string>
</url>
Thanks in Advance.
0
votes
1answer
51 views
How to parse xml data [closed]
I am making an iPhone app, which calls an web API, and retrieves XML files. I have XML data that I need to parse, but I only need one element from the whole XML file. There may be multiple xml files ...
1
vote
2answers
217 views
NSXMLParser doesn't ignore CDATA
im pretty new in ios development and im tryin to parse an RSS file(xml).
here is the xml: (sorry for the language)
<item>
<category>כללי</category>
<title>הרוג בתאונת ...
0
votes
1answer
73 views
Retrieving NSDictionary Objects
I have this following Dictionary which is extracted from XML Parser. Used the github library to parse the XML file from this following link.
XML to NSDictionary Parser Library
Quiz = {
questions = ...
0
votes
2answers
76 views
parsing complex XML structure using NSXMLParser
I have this fairly complex XML being returned from my server, I would like some help parsing it into a object I can acess for later use.
This is what the xml looks like
<Eng>
<Result ...
1
vote
3answers
119 views
Parsing a two dimensional array in Objective C
I have made an iOS application that is parsing a single dimension array that populates a UITableView, i tried to send two entries to the array the "Name" of the File and the "URL" of the file from the ...
1
vote
1answer
59 views
NSXMLParser, how to know what encoding and version are written in the <?xml> tag (if present)
As the title says, when I parse a file using the NSXMLParser parser, is there a way to know if the tag is present? And, if yes, how can I obtain the values of its attributes (if present)?
I tried ...
0
votes
2answers
141 views
NSXMLParser, parsing xml issue
I want to parse the description enclosed in the [description] [p] blah blah [/description] [/p]
<item>
<title>
Jon Greene named associate director for strategic planning and ...
-1
votes
1answer
60 views
Trying to parse xml list without parent node using NSxmlparser
I have already read about NSxmlparser. I have the following file, but I do not understand how I should do for the parser.
i Trying to parse xml list without parent node using NSxmlparser
...
0
votes
1answer
63 views
NSXML Parser returns blank Results
I'm currently developing an iOS App (target=iPod touch) for displaying some information, which are based in a PostgreSQL database and I'm a very beginner. I did a lot of research, but I found nothing, ...
0
votes
2answers
41 views
iOS NSXMLParser can't read non-english chars?
I have a xml file that contains some non-english characters. For example:
<item>Rīga</item>
When I parse it with NSXMLParser, and I get the first "foundCharacters", so I dont get the ...
1
vote
3answers
110 views
Skiping some content of XML while parsing
Hi I have a XMl response string which contains a lot of useless elements, but as we know the NSXMLParser is designed n such a way that it visits every element, This process is really killing my speed ...
0
votes
1answer
59 views
XML Parser only returning last element
So I'm building an app that requests an xml file and parses it. The following code puts the name in a label and the rest of the data is put into a text view. Now, I have included a condition in the if ...
0
votes
1answer
38 views
Multiple NSXML Parser Issue
I am trying to parse two different XML files that are hosted on a server in an iPhone app. I have moved the parser from the AppDelegate to each of the ViewControllers but am having issues where none ...
0
votes
0answers
40 views
How should I parse multiple xml files hosted on a server?
I need to parse one XML file per NavigationViewController for an app I am building. Currently I have the NSXMLParser and NSURL where the .xml file is hosted in my app delegate. This all works, but I ...
4
votes
1answer
66 views
Parse Google autocomplete XML on iPhone
I'm trying to get Google search autocomplete working in my app, but I've run into some trouble. I'm using a UISearchBar and it's textDidChange delegate method to do so. When the text changes, I use ...
2
votes
0answers
90 views
How to submit web forms through objective-c code (send POST information and retain cookies)
The website that I'm creating an app for doesn't have an API, but I need to use it. I can get information easily from the website by parsing the HTML and processing the nodes, but I need to be able to ...
-2
votes
4answers
436 views
How can i Parse this xml using NSXMLParser in ios?
<root>
<table name="radios">
<column name="nameradio">Radio1</column>
<column name="logo">http://app.syndicationradio.fr/demo/logo1.png</column>
<column ...
0
votes
0answers
79 views
Posting an XML file objective C
I have zero knowledge of the web world and I am trying to send an xml file
I tried this tutorial but I always get the error : Bad Request in the connectionDidFinishLoading method
any reason why ...
1
vote
1answer
101 views
NSXMLParser: Parse specifc elements based on another element
I am parsing the following XML with NSXMLParser but would like to only parse certain elements and attributes based on a unique element found in the XML and then abort the parse.
For example, my XML ...
0
votes
1answer
117 views
NSXMLParser fails to parse certain text strings
I am finding that the following XML strings are not parsed by NSXMLParser (XCode/iOS) due to prohibited characters. How should XML string be escaped before being sent to XML parser, if escaping is ...
0
votes
0answers
142 views
XML Parsing in iOS
I am trying to parse an XML which looks something like this.
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ...
2
votes
2answers
199 views
How to parse Multiple .xml files in iphone?
Its my first experience with xmls so please Don't harsh on me if my question is low qualitiy.i am working on app where i reterive all data using xml files from server.Before posting question here i ...
0
votes
3answers
31 views
how to distinguish between multiple NSXMLParser in NSOperationQueue
I have multiple NSXMLParser in NSOperationQueue. When the NSXMLParser call parserDidEndDocument I need to distinguish between thous parsers. I thought I could use something like userInfo but there is ...
0
votes
0answers
62 views
How to read some element name from XML using GData library?
I am making an app in which I am using SOAP web service, I am receiving this data -
<?xml version="1.0" encoding="UTF-8"?>
<User xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
1answer
280 views
How to access XML data from SOAP web-service response in iPhone?
I am using SOAP web service and in it I am able to read string response if web service return. But When web service return a string and an XML then I don't know how to access this XML response. For ...
0
votes
3answers
81 views
How to retrieve country name from xmlParser
I am trying to retrieve countries name from a xml. Here is the xml result.
<Table diffgr:id="Table1" ...
0
votes
1answer
62 views
No visible @interface for 'NSXMLParser' declares the selector parseXML
I have this files:
XMLParser.h
#import <Foundation/Foundation.h>
@interface XMLParser : NSObject <NSXMLParserDelegate>
{
NSXMLParser *parser;
}
-(id)initWitData:(NSData *)data;
...
1
vote
1answer
147 views
iOS NSXMLParsing unformed HTML
This is my method body for parsing "img src" image links from poorly formed html generated by an RSS feed... I am aware that NSXML only parses XML, but I have this hope that it can stumble through the ...
0
votes
2answers
38 views
show next view depending on SOAP message value
I have a user login page with submit button,On successful login I want to go to next view.For this, I'm calling web service(this will validate data from backend DB) which will return true or false ...
-2
votes
1answer
94 views
How to get the XML code of a website? [closed]
I'm locking for a short describtion how to get the XML code of a website for example www.apple.com or youtube.com, something like them.
Waiting for your answers...
0
votes
1answer
88 views
Can't use NSMutableArray data after Parsing with NSXMLParser (objective-c)
Hi I did parsing with NSXMLParser of some xml :
<company>
<name>Idan</name>
<country>Israel</country>
.....
<gender>man</gender>
...







