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

hpricot:An Hpricot Showcase:Hpricot Elements:prepend

>> require "hpricot" => true >> doc = Hpricot("<p>foo</p><p>bar</p>") => #<Hpricot::Doc {elem <p> "foo" </p>} {elem <p> "bar" </p>}> >> doc.search("p").prepend("hoge") => #<Hpricot::Elements[{elem <p> "hoge" "foo" </p>}, {elem <p> "hoge" "bar" </p>}]> >> doc = Hpricot('<a href="http://www.foo.org/">…</a>