From: Matthias Reitinger Date: 2008-09-14T05:16:10+09:00 Subject: Re: How can one get the Hpricot DOM document from Mechanize? Just Another Victim wrote: > # I would like to do this > doc = page.get_hpricot_dom Try page.parser or page.root (they're eqivalent). Regards, Matthias -- Posted via http://www.ruby-forum.com/.