AndrewCarterUK/pascal-voc-writer

Special XML characters are not escaped

PavelKovalets opened this issue · 1 comments

If name contains <, > etc chars then generated XML is malformed. The solution might be to use from xml.sax.saxutils import escape

I also face the same problem. I sent the pull request to author.