It's difficult to tell what is being as开发者_如何转开发ked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for
相关专题:
It's difficult to tell what is being as开发者_如何转开发ked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
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
精彩评论