class Nokogiri::XML::Node

def []= name, value

Set the attribute value for the attribute +name+ to +value+
##
def []= name, value
  set name.to_s, value.to_s
end