All 3 working fine here in Firefox 3 Mac OS10.5.
You may need to set the mime time to xml and for some programs ReWrite your URL to allow rss.xml run as rss.php
header("Content-Type: text/xml");
.htaccess
Options +FollowSymLinks
RewriteEngine on
RewriteRule rss.xml$ rss.php
RewriteRule rss/$ rss.php