Exemplo n.º 1
0
 def merge_params_into_xml(self, xmlfile):
     """
     Add the metadata into a XML DSP project file.
     """
     xml = XmlProfile(xmlfile)
     param_list = self.param_list()
     xml.update_metadata(param_list)
     xml.write_xml(xmlfile)
     return param_list
Exemplo n.º 2
0
 def merge_params_into_xml(self, xmlfile):
     xml = XmlProfile(xmlfile)
     param_list = self.param_list()
     xml.update_metadata(param_list)
     xml.write_xml(xmlfile)
     return param_list