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