dict2xml
dict2xml copied to clipboard
Python tool for converting a JSON-style dictionary element to a XML document.
Results
2
dict2xml issues
Sort by
recently updated
recently updated
newest added
When not using the ordering feature (the prefix `order__`), the output order of the dictionary's elements depend on the interpreter. The tests are trusting that the default order is an...
bug
Known bug: different indentation in Python 2.6: ``` python {'root': { 'test': 'test' }} ``` generates: ``` xml test ``` instead of: ``` xml test ```
enhancement