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