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 December 25, 2023 06:09
Simple dictionary to xml serializer.
"""
Simple xml serializer.
@author Reimund Trost 2013
Example:
mydict = {
'name': 'The Andersson\'s',
'size': 4,