In XML, the characters &, <, > and % are XML reserve characters, and is supposed to be "escaped". I observer different behaviors on the same version of NAV2017 10.0.30172, that some instance escapes XML reserved characters, and some instances do not. They are of the same version and build. What gives?
0
Answers
Just a PSA... that when a browser opens xml files, it converts escaped characters back to it's unescaped form. This caused issues for me as I copied the text values from the browser window.