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:
Symbol | Code for XML-file |
---|---|
" | " |
& | & |
> | > |
< | < |
' | ' |
Note
You can use these symbols if you "wrap" parameter' value in <[[]]>.