# File /home/ser/Work/rexml/rexml/element.rb, line 380
  def delete_attribute(key)
			attr = @attributes.get_attribute(key)
			attr.remove unless attr.nil?
		end