# File lib/jekyll/filters.rb, line 60
    def xml_escape(input)
      CGI.escapeHTML(input)
    end