# File /home/ser/Work/rexml/rexml/functions.rb, line 148
  def Functions::not( object )
			return object == "true" if object.is_a? String
			not object
		end