How to read an XHTML in android. Are there any particular API available. Actually I am building an application i.e. an online mode dictionary. It will typically fire a query, a HttpRequest, containing a uri to a website....Now, the response which comes from the website will be in XHTML. So, could you suggest me any feasible remedy. Especially, how to obtain an element by class name.
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
Normally I'd resort to a library like HtmlUnit, but I'm not sure if it runs on Android. Might be worth a try.