# File lib/httparty/parser.rb, line 111
    def xml
      Crack::XML.parse(body)
    end