Skip to content

Instantly share code, notes, and snippets.

@quandyfactory
Created January 24, 2012 16:16
Show Gist options
  • Save quandyfactory/1670912 to your computer and use it in GitHub Desktop.
Save quandyfactory/1670912 to your computer and use it in GitHub Desktop.
Converts a native Python dictionary into an XML string. Supports int, float, boolean, string, list and dict data types and arbitrary nesting.
# Note: this library has been moved to its own github page:
# https://github.com/quandyfactory/dict2xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment