From: Lyndon Samson Date: 2005-09-12T15:59:05+09:00 Subject: Re: website screen scraping with Mechanize or Rubyful Soup ------=_Part_8218_13399008.1126508342542 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline No quite what you wanted but This can turn HTML in well formed XML http://rubyforge.org/projects/tidy/ which is much easier to parse. Maybe worth a look. ------=_Part_8218_13399008.1126508342542--