Version 5.3, Build 1549
Ampersand (&) causing XML returned from the server does not have 'root' element
Basically trying to insert the contents of 2 'Plain Text' attributes into a 3rd one.
Attr1: Company.Address
'Cnr Smith & Jones St'
Attr2: Company.Suburb
'Mayfair'
Attr3. Company.Google_Map
Company.Google_Map=Company.Address+", "+Company.Suburb
The function in Attr3 causes the error.
If the address in Attr1 = 'Cnr Smith and Jones St' i[/i] it works fine.