Questions tagged [gdataxml]

Questions about GDataXML, Google’s XML processing library, may have this tag.

63 questions
1
vote
1 answer

AFNetworking with GDataXML as HTTPBody for XML-RPC API

I am attempting to use AFNetworking with an XML-RPC based API while using GDataXML as my XML parsing and creation class. I have successfully written some methods that output a proper XML request according to the spec of the API, I have also tested…
Chris Wagner
  • 20,773
  • 8
  • 74
  • 95
1
vote
2 answers

Why GDataXML error for importing

Any body could help me please! I want to use GDataXML but when I copy the GData files to my project the compiler gives me error "file not found" for this line : #import I think it has something to do with the instruction of using…
Hamid
  • 2,852
  • 1
  • 28
  • 45
1
vote
0 answers

GDataXML -[CFString release]: message sent to deallocated instance

Originally I got a annoyingly vague malloc: error for object 0x6ad4590: double free error. Then I followed the advice in this post and obtained a more useful error: -[CFString release]: message sent to deallocated instance and the following trace…
JMLdev
  • 846
  • 2
  • 10
  • 21
1
vote
1 answer

Using "is less than" character (<) in a XML document and parse it

I need to parse a XML document in which there are conditions like the below example: element name The problem is that the parser doesn't allow this 'is less than' (<) character. I tried GDataXML -> it gives me…
Hooli
  • 33
  • 7
1
vote
2 answers

GDataXML, namespaces, and xpath

I'm having trouble parsing XML using xpath and GDataXML -- using an xpath tester, my string seems that it should work, but I think adding in the namespace is interfering with it working. XML:
coopermj
  • 531
  • 4
  • 16
0
votes
1 answer

GDataXml and namespaces

I am using GDataXML to parse may XML, but i have a probleme with this : <.... http://images...233/Detail.jpg
samir
  • 4,501
  • 6
  • 49
  • 76
0
votes
1 answer

Display result of parse XML in UIViewController, GDataXML

i parsed a XML with GDataXML but now i need display the result in a UILabel, i'm working with a UIViewController. Thanks in advance.
0
votes
1 answer

How can i parse nested xml using GDataXML parser?

How can I get this and . I have tried a lot but I have messed up. 26 1 Male admin
Yamen Emon
  • 139
  • 3
  • 12
0
votes
2 answers

I am not able to parse xml data using GDataXML

At first i have imported #import "GDataXMLNode.h" in .h file. Now this is my XML which i have to parse using GDataXML parser. 1 1 0
Yamen Emon
  • 139
  • 3
  • 12
0
votes
1 answer

Quotations marks lost when saving xml with GDataXml

I have a xml file like this: anIntegerValue So I parse this with NSXMLParser like this: In didStartElement I have something like: if…
martskins
  • 2,920
  • 4
  • 26
  • 52
0
votes
1 answer

GDataXML - xpath min function not found

I want to use xpath min function in my app, but it seems it's not registered. Is there any way I could get it to work? I don't want to create loops if there's something that could help me avoid clutter in code. I'm using and libxml2, ios sdk 4.3 Any…
Krystian
  • 3,193
  • 2
  • 33
  • 71
0
votes
1 answer

Getting external XML with GDataXMLNode for Objective-C?

I am working on a method to communicate between my PHP api and a iOS application. This is the reason why i wrote a function wich will get an external XML feed(of my api) and parse it. But in the process to do that, i found a problem. The next code…
Timo
  • 7,195
  • 7
  • 24
  • 25
0
votes
0 answers

gdataxml read xml with namespaces

I am new to GDataXMLNode and xml namespaces.
0
votes
1 answer

How can I know using GDataXML if a node exists in the xml string

On my iOS app I am trying to find out if a node exists or not in the XML data. I am trying to use + (GDataXMLElement *)elementWithName:(NSString *)name expecting it will return a nil if the node is not present but it does not seem to work. One…
shshnk
  • 1,621
  • 14
  • 26
0
votes
1 answer

XPath call from iOS not working right

I have the following data Row Labels Searches Purchases CRatio AvgReturn
CoolDocMan
  • 637
  • 7
  • 29