# File /home/ser/Work/rexml/rexml/functions.rb, line 130
  def Functions::translate( string, tr1, tr2 )
			string.tr tr1,tr2
		end