Hi

I'm considering a side-project where I'd have to scrape a couple of 
websites and aggregate the results.  So far I've done a couple of 
experiments with html-parser, but I'm not really happy with it.  I'd 
hate to just throw regexps at the html, so I'm really looking for an 
elegant way to select the correct data from the page.

Any ideas on what gems to use?

Thanks
Kev