开发者

XML parsing library in Objective-C [duplicate]

This question already has answers here: 开发者_Go百科 Closed 11 years ago.

Possible Duplicate:

How do I parse an NSString containing XML in Objective-C?

Is there a class library like .net's XMLDocument in objective-c ?


If you're on the Mac, NSXMLDocument is is probably you're looking for.

If you're on iOS however most of the NSXML* classes aren't included. TouchXML shares most of the same interface with the NSXML classes and is meant to act as a replacement for them on iOS. I've had good luck with it in the past.


You can use NSXMLParser to parse XML Documents in objective-c.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜