class Hpricot::Elem

def dynamic_attribute?(name, options)

def dynamic_attribute?(name, options)
  options[:erb] and dynamic_attributes.key?(name)
end