class Hpricot::Attributes

def []= k, v

def []= k, v
  (@element.raw_attributes ||= {})[k] = v.fast_xs
end