2010-02-28から1日間の記事一覧

hpricot:An Hpricot Showcase:Hpricot Challenge:Checking for a Few Attributes

>> require "hpricot" => true >> doc = Hpricot('<a href="http://www.foo1.org/">foo1</a><a href="http://www.foo1.org/">foo2</a><form action="hoge1"></form><form action="hoge2"></form>') => #<Hpricot::Doc {elem <a href="http://www.foo1.org/"> "foo1" </a>} {elem <a href="http://www.foo1.org/"> "foo2" </a>