module Hpricot::Node

def html_quote(str)

def html_quote(str)
  "\"" + str.gsub('"', '\\"') + "\""
end