# File lib/aws/core/xml/parser.rb, line 31 def parse xml xml = '<xml/>' if xml.nil? or xml.empty? sax_handler.parse(xml) end