The moose likes Android and the fly likes How to parse XHTML using android Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "How to parse XHTML using android " Watch "How to parse XHTML using android " New topic
Author

How to parse XHTML using android

Osama Mohammed Shaikh
Greenhorn

Joined: Mar 08, 2012
Posts: 4
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
Normally I'd resort to a library like HtmlUnit, but I'm not sure if it runs on Android. Might be worth a try.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to parse XHTML using android
 
Similar Threads
IDE
NTP server in android
how to parse html content in android
How to install Android ?
Android in Action - Questions