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 |
< |
> |
greater than |
> |
& |
ampersand |
& |
" |
quotation marks |
" |
‘ |
apostrophe |
' |
ASCII 10 |
line feed |
|
ASCII 13 |
carriage return |
|
Parent Topic |