Skip to content

Instantly share code, notes, and snippets.

View yinhaibo01's full-sized avatar

Ben yinhaibo01

  • Xi'an China
View GitHub Profile
@reimund
reimund / dict2xml.py
Last active May 30, 2024 10:58
Simple dictionary to xml serializer.
"""
Simple xml serializer.
@author Reimund Trost 2013
Example:
mydict = {
'name': 'The Andersson\'s',
'size': 4,