2010-03-10から1日間の記事一覧

hpricot:An Hpricot Showcase:Hpricot Challenge:Putting embedded script in attributes

>> require "hpricot" => true >> a = Hpricot('<a href="http://w.w.w/">Hello</a>') => #<Hpricot::Doc {elem <a href="http://w.w.w/"> "Hello" </a>}> >> (a/"a").first[:href] = "" => "" >> a.to_html => "<a href=\"&lt;? echo 'boo' ?&gt;\">Hello</a>" >> a = Hpricot('