I notice that when I configured the XML file values with "&" character , then XML file not open correctly
I guess this is because XML file values should not have some character as &
And "&" Should not set as value in the XML file
Please advice if there are more characters that should not set in the XML as value? ( or maybe & character is the only the one ?? )
Example of bad value from XML "&"
<FolderPath>\EEA\E1\C & W 100\AWQ</FolderPath>
Example of right line from XML
<FolderPath>\EEA\E1\C and W 100\AWQ</FolderPath>