我已经了解了NSXMLDocument如何解析html文档,并为返回html结构的部分提供简单的方法。
由于NSXMLDocument不可用,是否有类似的方法可用于iPhone?
发布于 2010-04-21 10:09:40
你看到TouchXML了吗?
http://code.google.com/p/touchcode/wiki/TouchXML
发布于 2012-02-26 02:07:02
您可以尝试这个简单地使用NSXMLParser的小文档类:
发布于 2010-07-17 04:31:19
另请参阅这篇博客文章:
http://notes.bikemonkey.org/post/47351363/googles-nsxmldocument-replacement-for-iphone
谷歌已经为iPhone编写了一些NSXML的替代品。
https://stackoverflow.com/questions/2679849
复制相似问题