If you experience “An Invalid character was found in text content.” error message when loading an XML document in IE but not in Firefox, you might have use some special character that is invalid according to the default UTF-8 encoding in IE.
To correct, specify encoding=”iso-8859-1″ or check this link out for more details: XML Parser: Invalid Character Was Found in Text Content
Leave a Reply