# File /home/ser/Work/rexml/rexml/element.rb, line 801
     def delete( attribute )
						attr = super
						attr.remove unless attr.nil?
						attribute
					end