From: Ben Giddings Date: 2004-10-27T06:13:00+09:00 Subject: Re: parsing html Martin Pfeffer wrote: > my problem is i need a file with german words and so i try to create a > file parsing html sites and write extracted words to a database so my > questizn is what is the easyest way to extract text from html pages? My "htmltokenizer" module (available on RAA and Rubyforge) is pretty good at extracting text from HTML pages. Ben