ky with http in value causes debug to fail

  • Thread starter Thread starter JerryK
  • Start date Start date
My example was poor. In the code it is in quotes. I also tried replacing
the double quotes with single quotes.

jerry
 
Found the problem. The value cannot contain an ampersand for some reason.
Very strange. I guess I will use entities instead.

jerry
 
Ampersands must be expressed as & this is part of the XML syntax.
(since an ampersand signifies the start of an XML entity).
 
Back
Top