From: Jordi Aragones vilella Date: 2008-05-12T04:21:23+09:00 Subject: Re: Extracting HTML Dan Diebolt wrote: > require 'hpricot' > > doc=Hpricot("

Hello World

") > doc.inner_text > => "Hello World" Hi!! Thanks a lot for your answer. I'm a newbie and I still need to learn a lot from Ruby and his libraries... It worked fine!! And now, I will deep a bit in this library, because I suppose that with that one, I will be able to save some tags for my PDF code, isn't it? (For example, bold, underline...). Thanks again for your answer! :) -- Posted via http://www.ruby-forum.com/.