[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
とした。