

| Teamlog Invalid XML Errors |
|
Using Teamlog is great but on some of the report pages, "Invalid XML data" was showing in place of the Task Pie Graph (the one on the left). This was due to the use of ampersands in the titles of Projects, Tasks, and Types. For some reason, these characters can't be escaped by the XML parser, and they lead to an error. Removing special characters like quotes and ampersands seems to correct the issue.
|