I have a RSS feed, for some reason I don’t see any text on IE but in other browsers it’s working.
The rss is starting with :
<?xml version="1.0"?>'
<rss version="2.0">'
Can it be the rss or xml version? or something else, I really don’t know,
IE identifies that the page is a RSS feed, but doesn’t show any text.
I think the header should be like this, assuming your feed is UTF-8 encoded:
You can validate your feed over here: http://validator.w3.org/feed/#validate_by_uri. For your feed there are two errors. Maybe fixing them will help.
Another point, do you send the correct Content-Type header? In PHP you can do that like this: