In XML, single or double quotes can be used to surround an attribute value. Furthermore, it is legal to use whichever character isn't chosen within that attribute value without escaping it. Currently, we don't ensure the closing character is the same as the opening, leading to errors when parsing some valid XML files.
<tag attr="test's"/>
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-50629 in the post.