Xml Functions in iphone [closed]
With Out using xml Functions:
didStartElement
foundCharacters
didEndElement
how to get Xml datas
You need to use an NSMutableString for example, and each time foundCharacters method is called, you append the new characters to the string, once the didEndElement gets called, you know your mutable string is complete for the previous element
Look at TBXML http://www.tbxml.co.uk/TBXML/TBXML_Free.html
精彩评论