Objective-C DOM XML parser for iPhone

前端 未结 3 812
无人共我
无人共我 2020-12-30 10:21

Hello guys I\'m looking for a way on the iPhone to parse an XML document using DOM. I have been using SAX with NSXMLParser but now I really want a DOM tree (or anything that

3条回答
  •  轮回少年
    2020-12-30 10:35

    I suggest looking at the Google Data API for Objective-C (iPhone) at http://code.google.com/p/gdata-objectivec-client/

    In particular, look at these files which define the GDataXMLNode class:

    http://gdata-objectivec-client.googlecode.com/svn/trunk/Source/XMLSupport/

提交回复
热议问题