XML-file requirements

Requirements

  • In XML, you cannot use non-printable characters with ASCII codes from 0 to 31 (with the exception of characters with codes 9, 10, 13 - tab, line feed, carriage return).

  • The size of an XML-file must not exceed 33 GB;

  • Symbols " & > < ' must be replaced with equivalent codes:

SymbolCode for XML-file
"&quot;
&&amp;
>&gt;
<&lt;
'&apos;

πŸ“˜

Note

You can use these symbols if you "wrap" parameter' value in <[[]]>.