Here have an instance of unescaped HTML:
http://pastebin.com/3Q4q3eDN
Have an instance of mysterious closing tags: (how is this even happening?)
http://pastebin.com/Az8Tmyac
An instance of overescaped quotes:(that shouldn't even be escaped in the first place)
"Circuit Crate (\\\"Ripley\\\" APLU)"
An instance of unescaped ampersands:
"Rest & Spaceacillin"
Ctrl+F output from a tgstation build and you'll find all of these.
It would be nice if it outputted JSON instead or as an option, but for now I think outputting valid XML should be a priority.