Forum Moderators: open
text/xml and with a HTTP header and XML declaration of the charset as UTF-8. However, in the <head> of the default theme, the link to the RSS 2.0 feed is as follows: <link rel="alternate" [b]type="application/rss+xml"[/b] title="RSS 2.0" href="http://example.com/feed/" /> Obviously, one of these is wrong. I know that
text/xml is on the way out and has encoding problems (which don't occur in my case, though). Should I correct the feed(s) to send the mime type application/rss+xml or should I correct the header in the XHTML document instead? Do RSS readers adequately support application/rss+xml?