I notice that when I set the values of the XML file with the "&" character, the XML file does not open correctly
I assume that this is because the values of the XML file should not have any character, but
And "&" should not be set as a value in an XML file
Please advice if there are more characters that should not be set in XML as a value? (or maybe the symbol is the only one?)
An example of a bad value from XML "&"
<FolderPath>\EEA\E1\C & W 100\AWQ</FolderPath>
Example valid string from XML
<FolderPath>\EEA\E1\C and W 100\AWQ</FolderPath>
dom xml perl vbscript
maihabunash
source share