# File /home/ser/Work/rexml/rexml/functions.rb, line 176
  def Functions::compare_language lang1, lang2
			lang2.downcase.index(lang1.downcase) == 0
		end