From: why the lucky stiff Date: 2006-08-17T04:25:00+09:00 Subject: Re: A simple Hpricot text setter On Wed, Aug 16, 2006 at 01:04:46PM +0900, Chris Gehlker wrote: > Hpricott::Traverse#traverse_text is great for finding as the stuff > that's *not* markup, the pcdata, in an HTML file. I just added a > method to change that data. Okay, I get it. I guess I need to get //div[contains(text(), '...')] working. Be assured, traverse_text will stick around. _why