Tagged Questions
0
votes
2answers
40 views
How Can I process all elements in xml?
I have an xml like this, but my XMLParser jumps 1-2 elements, and not process it. I think it works fine, but it not. What do i wrong?
Here is the xml, and i'd like to get the all item tag, and it's ...
-7
votes
1answer
72 views
What is mistake in below code in iphone [closed]
I am new to i phone programming.I have created a web service and a function in it that should return a records retreived from a pervasive database.
But i am not getting output. Its showing some ...
0
votes
1answer
26 views
TFHpple - getting element HTML without element's tags?
I'm parsing some HTML and I need to get all the innerHTML of <body />. I'm doing it this way:
TFHpple *doc = [[TFHpple alloc] initWithHTMLData:[NSData dataWithContentsOfFile:sectionFilePath]];
...
1
vote
1answer
53 views
WSDL/XML parsing iOS objective C
I would like some help to parse this Response. I think it is WSDL and would like to check "Successfully Entered" string. Below is the code:
<soapenv:Envelope ...
0
votes
1answer
26 views
how to insert xml data into sqlite database in iphone
I'm new in iphone development.Right now,I'm working on database.i have bunch of xml data.I want to insert xml data into my sqlite database.i made xml file.
<Question Index="2">
...
0
votes
1answer
31 views
Is that possible that the web-page can be restricted from mobile access? Gives 404 erro
Have an issue with the following url:
http://www.mix1011.com.au/m_app/entertainment/zooey-deschanel-no-bangs
I can acces the url from my laptop, however when I'm testing my mobile app, it gives me ...
0
votes
0answers
22 views
TBXML parsing issue
Parsing a XML file using TBXML, gives me: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CXMLElement stringByDeletingPathExtension]: unrecognized selector sent ...
0
votes
1answer
27 views
In Xml parsing How to Skip a null fild
Sorry but bed style to ask question..
<ausstellerid>1</ausstellerid><datum_angemeldet>2012-04-23 13:32:46.0</datum_angemeldet><standnummer/><firma>Test ...
0
votes
1answer
20 views
Sudzc issue to parse a String
I'm using Sudzc to parse a soap XML.
I'm setting up:
amount.currency = @"BRL";
It gives me the following error:
validation 138 Unsupported currency specified
logcat:
<soap:Envelope ...
-1
votes
3answers
60 views
Parsing XML to get multiple values
I'm retrieving data from this XML:
<appMetrics versionName="1.1.0" startDate="2013-04-16" metric="ActiveUsersByDay" groupBy="dayOfYear" endDate="2013-04-18" country="US" version="1.0" ...
0
votes
1answer
52 views
Iphone app XML reading
I'm making an iphone app in xcode that has to be able to read xml retrieved from the web. It works with every xml ive tried except this one. What's wrong with it?
<appMetrics versionName="1.1.0" ...
0
votes
2answers
43 views
NSRangeException randomly crash app
My app crash ramdomly in _storeArray.
In viewDidLoad, have a method [self loadUrl] that parse a xml file then add an dictionary [_storeArray addObject:dictionary];
The crash happens when somehow the ...
0
votes
2answers
72 views
How to convert xml Document into NSString in IOS
I am creating xml in ios , that is correct (print on log) , but when i convert the xmlDocument in to NSString , string contain null when i print in log , sting is require as parameter of webservice , ...
3
votes
1answer
95 views
XML generation and parsing from Core data in iphone
I'm creating a simple iOS application consisting of a few UITableViewControllers. The information displayed in the view controllers will come from a xml file (that I'll include in the project's ...
1
vote
1answer
37 views
XML generation from data in core data iphone
I am going to make an application and in that I want to store user's input in XML file and then parse it to another user,So I am confuse How can I do it, and which XML method should I use? NSXML ...
0
votes
1answer
66 views
iOS - Saving xml data after parsing
This question can be a duplicated one. But I was unable to find a proper answer for my issue.
I have following xml file downloading from a server.
<INCIDENTTYPES>
<INCIDENT ...
0
votes
2answers
50 views
How to parse different files depending on the current date in Xcode?
I have the following problem: I am building an app that is a TV Guide. I am parsing the listing for the channels from a xml file on the internet. This is my code:
-(void)loadListing
{
NSURL ...
0
votes
1answer
85 views
how to parse xml in iPhone ,
i have string which contain xml responce , (asmx web service)
i am parsing xml through APXML lib.
when i get root element that give me body tag , i do not want body tag , i want to get my actual ...
1
vote
1answer
30 views
Unknown type name 'XMLParser'; did you mean 'NSXMLParser'?
Why I get this error "Unknown type name 'XMLParser'; did you mean 'NSXMLParser'?" ? I have imported XMLParser.h, so I can't understand what the problem is.
#import <UIKit/UIKit.h>
#import ...
0
votes
3answers
51 views
Table View gets crashed
I am new in iPhone application development. I am currently working on XML parsing. I am extracting records from an xml file and storing it in an mutable array. I have a table view and i am loading the ...
0
votes
1answer
39 views
Assertion failure error
I am making a dynamic library for iPhone (for Cydia) and am trying to use TouchXML to parse XML. When I call this method
+(NSArray *)initWithXMLfromData:(NSData *)data withRootElement:(NSString ...
0
votes
1answer
40 views
Generate XML-String dynamically from NSObjects
I am trying to dynamically generate one single XML-String with the attributes of one or more NSObjects.
I am using WonderXML but I do not understand how I am able to adjust the structure of the ...
0
votes
0answers
127 views
upload XML and image on WCF server using SOAP request in iphone sdk
I am trying to implement POST method. But my server guys not able to get image from WCF WBS.
I try to use following code for that. Please anyone can help me out it that please.
UIImage *myPic = ...
0
votes
0answers
71 views
TableView can't scroll and can't reach detail View
I don't know why but my TableView isn't scrolling. I use https://github.com/edgecase/ECSlidingViewController and copied the code from the demo, but when I put in my custom code to parse an XML file I ...
-1
votes
1answer
63 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
...
1
vote
2answers
68 views
Use android shape xml resource on iOS app
I'm developing an iOS app with latest SDK.
I have this resource from an Android app that I did:
<?xml version="1.0" encoding="utf-8"?>
<shape ...
0
votes
3answers
146 views
Parsing excel file in iphone sdk
I am developing an iphone app in that I need to parse .xls file. I gone through DhlibLxs parsing but I din't find any solution. Is there any other library or framework that can parse xls file. I am ...
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
2answers
659 views
Parsing an XML file with AFNetworking
I am making a little weather app using the Yahoo api. This api gives me an XML file back.
My problem is now how I can parse this file ?
Here is my code that I have so far.
AFXMLRequestOperation ...
-1
votes
4answers
63 views
IOS and XML parser (reading file )
I am new in IOS. and i was looking for a tuto or small example in how to read from a local xml file in my ressources but i found nothing....any one with a good tuto or have worked with xml before i ...
0
votes
1answer
60 views
Having trouble understanding NSXMLParser
Im having trouble understanding NSXMLParser. I have tried some external XML Parsers but i have had no luck. What i am trying to do is parse the GDATA Youtube API xml which retrieves the xml for ...
-2
votes
1answer
75 views
Parsing JSON based on results in a UITable and using parsed data back in UITable [closed]
Ok, what I'm doing is a little bit complicated: I'm first parsing some XML data then putting that in a table. Then I'm getting the first image in google corresponding to each item in the table (by ...
0
votes
1answer
123 views
NSURL getFileSystemRepresentation:maxLength
Im having error with this code
NSString *theURL = @"http://www.w3schools.com/xml/cd_catalog.xml";
NSData *theData=[NSData dataWithContentsOfFile:[NSURL URLWithString:theURL]];
...
-1
votes
1answer
103 views
Use KML file to detect Countries (Xcode)
I have a KML file with all the countries and polygons. I am trying to create an app that get a Lat & Lon and detecting in which country belongs using this KML. I tried SimpleKML and KMLViewer with ...
0
votes
1answer
46 views
RSS parsing errors iPhone
I am building something that includes an RSS reader. Everything seems to work fine, except in every description (grabbed from the RSS feed using the code below), before the description, there is a "" ...
1
vote
1answer
177 views
Mapping with XML and RestKit
Since I upgraded RestKit and started using cocoapods my old mapping ceases to work since all the values are now nested in a dictionary.
Is there a more elegant way to do a RestKit mapping for XML (I ...
0
votes
0answers
55 views
1
vote
0answers
80 views
How get xml or deserialized response from sudzc?
I just started some tests with sudzc on iOS iPhone app to access a soap service. I used sudzc with the link to the correct wsdl and downloaded the customized code.
Then I initialize the service with:
...
1
vote
1answer
51 views
Importing data from server txt/xml
I'm currently developing an app that will be used as track and trace app. This app will need data that is located on a server. Let's say, we create a file for each customer on the server. This file ...
0
votes
2answers
165 views
How to use XML web service on iPhone with JSON [closed]
I want to make an simple XML call from specific URL in iphone,but at the time of calling I dont get the updated result everytime, I already checked in the URL but still I am not getting the actual ...
0
votes
1answer
48 views
Load XML file as asset in iPhone - objective c
Is there a way to open an XML file as a mail attachment or web download and load it into an iPhone app?
I want my app to be able to open a XML file as a mail attachment and then parse. I know how to ...
0
votes
0answers
50 views
iOS handling opening xml from mail in one tap
I want to open xml files from email in one tap.
When I open email message attached file has icon of my application, but when tap on the file opens built-in viewer instead of my application. Only long ...
1
vote
1answer
136 views
UIGridView from Array
I am using UIGridView Repo to create a grid view of images from a feed. But when I am using the following code I get the same image filling all the grid.
-(UIGridViewCell *) gridView:(UIGridView ...
0
votes
0answers
180 views
iPhone Weather App (Yahoo API) read XML Response
i want do read out the Forecast Data of the Default iPhone Weather App (i think it is provided by Yahoo! -> The Weather Channel)
At now, I'm reading the values from an XML-File, for example:
...
0
votes
0answers
31 views
parse XML Subfolders in to iphone
XML file:
i can not parse the subfolder of XML shown below
i am able to parse the content of xml file by using method:
-(void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName ...
-3
votes
1answer
144 views
How to create multi-page application using html and Jquery
I am working on a native application for iphone. This application read content from XML. I have many links and button which read content from XML.
Everything is working great except back button. ...
1
vote
0answers
60 views
html data in xml file parsing in Cocoa
I have trouble with my xml parsing,my document has a html content in xml document.
I can parse my all xml tags except this one
<description><

