From: SpringFlowers AutumnMoon Date: 2007-10-30T23:50:55+09:00 Subject: Re: HTML parser Hpricot? and how to get all text by the way require 'hpricot' doc = Hpricot("hello world") p doc.search("").inner_text won't work... i am not sure if it is the Win installer of Ruby... but it is the most recent Win installer. it says scraper2.rb:6: undefined method `inner_text' for # (NoMethodError) and doc.to_plain_text() won't work either... -- Posted via http://www.ruby-forum.com/.