class Hpricot::Attributes

def [] k

def [] k
  Hpricot.uxs((@element.raw_attributes || {})[k])
end