quandyfactory/dicttoxml

Feature Request: Add optional parameter for default namespace.

Opened this issue · 0 comments

Add an optional parameter to allow the default namespace for the XML, i.e. instead of:

<root> </ root>
Something like this would be produced:

<root xmlns="http://some.url"> </ root>