Hi
I am trying to parse HTML in android from a webpage, and since the webpage it not well formed, I get SAXException.
Is there a way to parse HTML in android?
(my guess is not, so the follow up question is: what is the best way to do this? )
Thanks