在iOS应用程序中解析标准化HTML

时间:2011-12-29 22:41:54

标签: iphone ios html-parsing

我正在开发一个将内容作为html引入的iOS应用程序。这不是理想的,但是我现在必须与之合作。无论如何,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...

解析这个问题的最佳方法是什么?

1 个答案:

答案 0 :(得分:1)

试试https://github.com/topfunky/hpple。它似乎很好地处理了HTML的混乱。