An error occurs when an XML file is submitted.

An error occurs when an XML file is submitted. This may be because the XML file contains characters that the XML standard considers invalid. The following characters are translated in the XML file as indicated in the following table:

Character

Meaning

Translate to

<

less than

&lt;

>

greater than

&gt;

&

ampersand

&amp;

"

quotation marks

&quot;

apostrophe

&apos;

ASCII 10

line feed

&#10;

ASCII 13

carriage return

&#13;

Parent Topic

Application runtime and communication troubleshooting