在iOS应用程序中parsing标准化的HTML

我正在一个iOS应用程序,内容为HTML。 这不是很理想,但是我现在要做的就是一切。 无论如何,该html是在以下标准格式:

....Any old html up to this point... <div class="content odd"> Lorem ipsum... </div> <div class="content even"> Lorem ipsum... </div> <div class="content odd"> Lorem ipsum... </div> <div class="content even"> Lorem ipsum... </div> ....Any old html after this point... 

对我来说,parsing这个最好的办法是什么?

试试https://github.com/topfunky/hpple 。 它似乎处理这个烂摊子,很不错。