[android-developers] Re: Parsing data from a calender on a website

2011-04-08 Thread Jens
Yeah.. that's not going to work for most/any sites. The output of the average brainless HTML-monkey will not parse with a proper XML parser - which is why Google themselves saw fit to use TagSoup internally for HTML rendering (its used for instance to "render" HTML in TextView:s). You can include

[android-developers] Re: Parsing data from a calender on a website

2011-04-08 Thread harsh chandel
hi you can use the saxparser or dom parser you can find example on android developer. to put the whole data in your application and then use it. On Apr 6, 8:52 pm, Neutron_boy wrote: > I am fairly new to Android, but have some experience reading and > understanding code, including Java. > My que

[android-developers] Re: Parsing data from a calender on a website

2011-04-08 Thread Jens
You should probably include the URL of the calendar application (if you can) if you expect any sort of useful response. But, since you've posted a question for an online calendar that apparently (?) loads the calendar dynamically with javascript you could try checking if the calendar uses any AJAX