2

I need a powerful HTML parser and manipulator for Objective-C/C, like HTML Agility Pack.

Can anyone tell me some optimal solution? One solution is libxml2, but it seams is not the best.

Thanks in advance!

mxg
  • 20,946
  • 12
  • 59
  • 80

1 Answers1

3

On MacOS X, NSXMLDocument is a good solution (but you want iPhone).

Two packages that you should look at are: TouchXML and KissXML.

See also iPhone Development - XMLParser vs. libxml2 vs. TouchXML.

Community
  • 1
  • 1
Paul Lynch
  • 19,769
  • 4
  • 37
  • 41