# File lib/html5/treebuilders/rexml.rb, line 75
        def attributes= value
          value.each {|name, value| rxobj.attributes[name] = value}
        end