From: Daniel N Date: 2007-05-16T13:41:00+09:00 Subject: Re: Regex html ------=_Part_13309_31548486.1179290459226 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Is there a reason why Hpricot would not be suitable? require 'hpricot' require 'open-uri' body_content = (Hpricot( open( url ) )/"body").to_html should find the body content of a page I think. cheers Daniel ------=_Part_13309_31548486.1179290459226--