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