sanand0 / xmljson

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

Spaces are trimmed #41

Open Oletros opened 5 years ago

Oletros commented 5 years ago

I have an XML string like this

Seleccionar todo

When I parse it the string I receive is "Seleccionar todo" instead of " Seleccionar todo"

Is there a way to preserve the blank spaces?