martinblech / xmltodict

Python module that makes working with XML feel like you are working with JSON
MIT License
5.46k stars 465 forks source link

unparse: allows custom content_handler class #307

Closed ghost closed 1 month ago

ghost commented 1 year ago

We want to override XMLGenerator to additional escape " and ' so make unparse allow custom content_handler.