Parsing xml file over network with GData iphone
I have my data on webserver in XML format. i want to use it with GData parser in my application. Please suggest how can i do that.
Th开发者_运维问答anks
Ray Wenderlich has a fantastic tutorial that you could use as an example for this.
http://www.raywenderlich.com/725/how-to-read-and-write-xml-documents-with-gdataxml
Hopefully that gives you a better understanding of GDataXML.
精彩评论