pascal-voc-writer icon indicating copy to clipboard operation
pascal-voc-writer copied to clipboard

Special XML characters are not escaped

Open PavelKovalets opened this issue 5 years ago • 1 comments

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

PavelKovalets avatar Sep 24 '19 12:09 PavelKovalets

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

tahirrafiqueasad avatar Aug 25 '21 06:08 tahirrafiqueasad