TFHppleElement (Hpple) parsing HTML on iphone
I am using Hpple and it has been great so far, however I want to get all divs inside another and what can I do. But then I cannot continue parsing the content (innerHTML, and in the source it is marked with innerHTML not innerText), requesting the contents of the elements does not return anything since it has no text directly in it, only child nodes / elements which then contain the text.
What alternatives are there for Hpple and HTML parsing on iPhone.
+2
a source to share