Baptiste Fontaine

Results 54 comments of Baptiste Fontaine

See https://github.com/martinblech/xmltodict/issues/178.

A bit late to the party: ```python feed = { 'feed': { 'reviewer_images': { 'reviewer_image': [ { 'url': "http://google.com" }, { 'url': "http://google.com" } ] } } } print(xmltodict.unparse(feed, pretty=True))...

It’s impossible to reliably reproduce an issue if you don’t provide a minimal example. Have you tried reducing the XML to see if it’s correctly parsed? Edit: I just a...

@Peterhaydo @MeijeSibbel everything you have to know about this bug are in [matejker’s comment above](https://github.com/matejker/everystreet/issues/15#issuecomment-1225333165). Each comment notifies everyone in the thread, so I don’t think adding more comments to...