I've searched around, and there doesn't seem to be a way to read remote RSS files via javascript... specifically in safari
This is more or less what i'm trying to do...
I've tried
xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); or xmlDoc = document.implementation.createDocument("","",null);
and then
xmlDoc.load('http://localhost/drupal/feed');
This is where it breaks though.