I have a RSS feed that contains HTML tags which I encapsulated in CDATA. The problem is that Internet Explorer reports the characters in the CDATA as invalid. Strangely is doesn' t report the forbiden characters: <, &, etc but characters like space, letters.
This is the error message:
Code: Select all
An invalid character was found in text content.
Line: 18 Character: 165
I read about the need for adding XSLT files that help the program to interpret the HTML tags but IE was displaying this feed correctly 2 months ago.