XML using Cocoa Touch

I am a new student in the field of Objective-C. I would like to retrieve data from an XML page on an iPhone. Is it possible? It would be more helpful if I received the appropriate offer or code.

+3
source share
5 answers

The SDK comes with the NSXMLParser class . Some people prefer to use the libxml2 library because it can be faster and more memory efficient than NSXMLDocument, but you can wrap it with Objective-C since it is a C API. See this example .

+2
source

cocoaFusion: , XML. cocoafusion.net 2: -API XML.

, ( , ).

!

+2

, , NSXMLParser xml.

XML Cocoa

+1

: TouchXML, KissXML.

0

SiesmicXML tute Apple iPhone. XMLParser XML backgroud.

JK

0

Source: https://habr.com/ru/post/1702459/


All Articles