Forum Moderators: open
[feedvalidator.org...]
[validator.w3.org...]
As for compatibility, which version of RSS are you using?
The biggest issues are ill-formed feeds, charset issues, MIME type issues and server misconfigurations (which often cause the previous two problems). Your feed should be declaring its charset via a HTTP header, and have the MIME type
application/rss+xml rather than text/xml (or worse, text/plain).
It could be because the rss page is a php page. I have a php script that updates with the latest news via my database. It puts it in an rss format for others to view.
I have it working fine on my website on the homepage. I have an rss reader script that shows the latest 5 rss feeds from my feed.
Hope that made sense ;)