"Error parsing XML: not well-formed" for javascript



I am getting an "Error parsing XML: not well-formed" message with the following line in javascript:



for (var i=1; i<=totalImgs; i++)


Removing the < character from this line clears up the parsing error, but then the javascript doesn't work. Are there any solutions to this?


No comments:

Post a Comment