# File lib/openid/util.rb, line 111
    def Util.html_encode(s)
      s.to_s.gsub(/[&<>"']/) {|s| ESCAPE_TABLE[s] }
    end