XML data received from the files comments endpoint (may apply to other areas of the backend) is inconsistently encoded as below: - `>` - `&gt;` double-encoded - `<` - `&lt;` double-encoded - `&` - `&` encoded - `"` - `"` encoded - `'` - `'` not encoded
XML data received from the files comments endpoint (may apply to other areas of the backend) is inconsistently encoded as below:
>-&gt;double-encoded<-&lt;double-encoded&-&encoded"-"encoded'-'not encoded