# File /home/ser/Work/rexml/rexml/element.rb, line 157
  def delete_namespace namespace="xmlns"
			attribute = attributes[name, namespace]
			attribute.remove unless attribute.nil?
		end