From: Jeff D. <da...@da...> - 2001-12-14 04:56:54
|
On Thu, 13 Dec 2001 17:42:17 -0500 (EST) "Steve Wainstead" <sw...@pa...> wrote: > > I would think RSS files should come out as text/plain. > > ~swain According to the RSS 1.0 spec, it should be 'application/xml'. Makes sense to me: it's XML, so the choices are either 'application/xml' or 'text/xml'. (There are no registered MIME types especially for RDF or RSS.) If you strip the XML tags, what's left doesn't really make any sense to humans --- so 'application/xml' it is. See http://groups.yahoo.com/group/rss-dev/files/specification.html#s5 |