2007-01-04 11:22:39

XMLのMIME型

[XML] [Apache]

ATOMは
RFC4287 http://www.ietf.org/rfc/rfc4287
(日本語訳 http://www.futomi.com/lecture/japanese/rfc4287.html)

application/atom+xml
なので、httpd.confに
AddType application/atom+xml .xml

XSLはとりあえず
application/xml

httpd.confに
AddType application/xml .xsl
とした。