Questions tagged [gdataxml]

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

63 questions
-1
votes
2 answers

How to parse the following xml: A case of recursion

I have the following xml. I am trying to parse this using gdataxml parser. I am able to parse the first part of the xml, to , but from the second part, from , it s becoming harder as the trackBean is recursing inside. I…
Xavi Valero
  • 2,047
  • 7
  • 42
  • 80
-1
votes
1 answer

creating XML using GDataXML in Objective C

I want to create a xml in this format using GDataXml.
-3
votes
1 answer

GDataXML stringValue vs. XMLString

See title. What's the difference between the return value of GDataElement instance methods: -(NSString *) XMLString; and -(NSString *) stringValue;
SChang
  • 1,669
  • 2
  • 13
  • 13
1 2 3 4
5