# File lib/action_controller/request.rb, line 72
    def xml_post?
      post? && post_format == :xml
    end