def _hash_xml_dict(self, d): return md5.md5(json.dumps( [(k, d.get(k, '')) for k in RCVA_DATA.keys()])).hexdigest()