Search code examples
iphoneparsingnsxmlparsertouchxmltinyxml

Need Different links for xml parsing


a new bie here ...

can anyone tell me links of good examples or good tutorials regarding different kinds of xml parsing??

these are the types I have figured out from somewhere ..

  • NSXMLParser
  • libxml2
  • TBXML
  • TouchXML
  • KissXML
  • TinyXML
  • GDataXML

I know there may be other questions like this on the stackoverflow but I want like a link of the examples or tutorials of every possible kind of parsing should be available at a single place and that was something that I was unable to find out ...

please If you have the link or links of good tutorials regarding the above listed parsing or if any other parsing that you have used any time this is my humble request to post it here..

Thanks all in advance..


Solution

  • Check these out
    http://www.raywenderlich.com/553/how-to-chose-the-best-xml-parser-for-your-iphone-project
    In above link a sample project will be there just download and try it out.
    and
    http://www.raywenderlich.com/725/how-to-read-and-write-xml-documents-with-gdataxml
    Hope it helped...