# File lib/active_resource/formats/xml_format.rb, line 18 def decode(xml) from_xml_data(Hash.from_xml(xml)) end