views:

234

answers:

2

I have an seen how NSXMLDocument can parse and html document, and provide easy methods for returning parts of the html structure.

Is there a similar method that can be used for the iPhone, as NSXMLDocument is not available?

+1  A: 

Have you seen TouchXML?

http://code.google.com/p/touchcode/wiki/TouchXML

Daniel A. White
How would I use something like that in my project?
Nic Hubbard
A: 

Also see this blog post:

http://notes.bikemonkey.org/post/47351363/googles-nsxmldocument-replacement-for-iphone

Google has written a replacement for some NSXML stuff for iPhone.

Archie