I am trying to parse HTML in android from a webpage, and since the webpage it not well formed, I get SAXException.
SAXException
Is there a way to parse HTML in Andro
Maybe you can use WebView, but as you can see in the doc WebView doesn't support javascript and other stuff like widgets by default.
http://developer.android.com/reference/android/webkit/WebView.html
I think that you can enable javascript if you need it.