From: Reinder Verlinde Date: 2005-11-22T23:27:24+09:00 Subject: Re: Testing RSS feeds on Tiger In article <4383250f$0$13315$61c65585@un-2park-reader-01.sydney.pipenetworks.com.au >, Robert Atkins wrote: > I'm trying to write a RoR program to create an RSS feed. I'm pretty sure > the XML it's producing is valid (it looks fine when viewed in Firefox) > but I get very strange behaviour when testing it in Safari. > [...] > Can anybody tell me what's going on? Not from the info you gave, but there is one thing you should do: make sure that you know the XML you produce is valid, for instance using . In my experience, Safari is quite picky about feed formats, compared to NetNewsWire. If that does not help, you should provide a short example of the XML you generate. I also would suggest doing that in a different newsgroup, since this has nothing to do with ruby (yes, you are using ruby to generate the XML, but as far as I can tell from your post, you do not have problems with rails or ruby) and this group already is quite busy. Reinder