ISSUE
Client advises that their registered station is not coming up in the test.
CAUSE
When generating the SI file, the system was writing ampersands directly to the XML file instead of using an escape code.
RESOLUTION
XML requires certain characters (&, <, >, single quotes and double quotes) to be "escaped" and not written directly.
Fixed the program that routinely builds the SI file to review each client input to search for the reserved characters and replace them with the appropriate escape codes for those characters.
TOK 11-23 18:36 EST...