# File lib/aws/s3/acl_options.rb, line 149 def xml? acl_string begin REXML::Document.new(acl_string).has_elements? rescue false end end