# File lib/merb-core/dispatch/request_parsers.rb, line 222
    def self.escape_xml(s)
      Erubis::XmlHelper.escape_xml(s)
    end