quandyfactory/dicttoxml

Add support to a custom root element.

murielsilveira opened this issue · 1 comments

Add support to a custom root element.
e.g.:

< customroot > < foo >Abc< /foo > < bar >123< /bar > < /customroot >

This feature has been added in version 1.5. Usage is as follows:

xml = dicttoxml.dicttoxml(obj, custom_root='some_custom_root')

Thank you for suggesting a good feature!