Weird NAV2017 behaviour in XMLport with Reserve characters

jordi79jordi79 Member Posts: 278
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?

Best Answer

  • jordi79jordi79 Member Posts: 278
    Answer ✓
    Never mind this. This is my silly mistake.

    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.

Answers

  • jordi79jordi79 Member Posts: 278
    Answer ✓
    Never mind this. This is my silly mistake.

    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.
Sign In or Register to comment.