# File lib/aws/s3/client.rb, line 1445 def is_xml? possible_xml begin REXML::Document.new(possible_xml).has_elements? rescue false end end