XML has a special set of characters that cannot be used in normal XML strings. If you need to enter any of the following special characters, you must enter them in their encoded format:

For example, if the string he&l>lo is the login password, then the credentials file would have this entry:

<parameter>
   <name>PASSWORD</name>
   <value>he&amp;l&gt;lo</name>
</parameter>


Copyright © Legal Notices