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