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