The best way would be if you could communicate with the server through a webservice, and have it send you the data in a more manageable format like JSON or XML. Parsing HTML to get the data from it could be very tricky and has potential to break your app if anything in the page format changes. Best to talk to your College webmaster.
|