Special XML characters are not escaped
PavelKovalets opened this issue · 1 comments
PavelKovalets commented
If name contains <, > etc chars then generated XML is malformed. The solution might be to use from xml.sax.saxutils import escape
tahirrafiqueasad commented
I also face the same problem. I sent the pull request to author.