Double quotes must be escaped with an additional double quote (").
Example 1: Value triggering the parse error: 123abcd"<>'
Needs to be updated as follows: 123abcd""<>'
Example 2: Value resulting in parse error: <?xml version="1.0" encoding="UTF-8"standalone="yes"?>
Must be updated as follows: <?xml version=""1.0"" encoding=""UTF-8""standalone=""yes""?>