开发者

XML parsing library in Objective-C [duplicate]

开发者 https://www.devze.com 2023-03-03 17:18 出处:网络
This question already has answers here: 开发者_Go百科 Closed 11 years ago. Possible Duplicate: How do I parse an NSString containing XML in Objective-C?
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

精彩评论

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