for tag, (attribute, converter) in self.mapping.iteritems():
if hasattr(self, attribute):
result[attribute] = unicode(getattr(self, attribute))
for tag, (attribute, converter) in self.mapping.iteritems():
if hasattr(self, attribute):
result[attribute] = unicode(getattr(self, attribute))