anyone have any ideas on html parsing on the server side? there is the xml module, but it probably would choke on html i'm guessing. i basically want to scrape a webpage from the server and extract a table. figured parsing would be nicer than trying to use regexes or something