views:

154

answers:

1

When I try and view an atom feed on localhost, instead of displaying the feed, firefox gives me a choice to add the feed to google reader or my google home page, but I don't think google reader can display feeds from localhost, not sure though.

If I use Chrome it will display the raw xml, but it doesn't attempt to parse it.

What can I use to test my atom feeds on localhost?

[edit]

Thanks to Rubens suggestion in the comments I've used ms interweb explorer and that displays fine. Also, thanks to Anton I've installed a couple of desktop feed aggregators and one does display (SharpREader), but the other(FeedReader) doesn't so I'm assuming there's some validation problem.

I've tried using the w3c atom validator and that reports some errors, mostly to do with the datestamp of entries and the feed not being RFC-3339 compatible and one for namespace prefix 'atom' being undesirable. Would that be a reason for feed aggregators/readers not to display a feed?

What strikes me though is, this is a rather ad hoc way of going about verifying my atom feeds.

ps:

i'm generating the feeds using the restlet 1.1 atom extension.

+1  A: 

You can try Omea Reader.

Anton Gogolev
thanks. I'll try that later. I just tried feedreader and that refused to display the feed, then tried sharp reader and that did - so i'm thinking there's some validation problem.
Bedwyr Humphreys
I didn't try Omea Reader in the end, but I'll accept this as an answer because I did try other desktop clients. Thanks.
Bedwyr Humphreys