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