def parse(body)
        return {} if body.blank?

        xml = REXML::Document.new(body)