# File lib/rexml/functions.rb, line 312
    def Functions::compare_language lang1, lang2
      lang2.downcase.index(lang1.downcase) == 0
    end