module Fedora::XmlFormat

def decode(xml)

def decode(xml)
  from_xml_data(Hash.from_xml(xml))
end