sanand0 / xmljson

xmlsjon converts XML into Python dictionary structures (trees, like in JSON) and vice-versa.
MIT License
121 stars 33 forks source link

Added Cobra dict-to-etree conversion and tests #28

Closed dagwieers closed 6 years ago

dagwieers commented 6 years ago

This was a missing part of the Cobra implementation. Now we can convert a dict back to etree (XML). Includes tests.

dagwieers commented 6 years ago

@sanand0 Any feedback ?

sanand0 commented 6 years ago

@dagwieers -- sorry about the delay on these. Looks good to me!