I use WordPress for several websites. I want to customize one of the RSS feeds and create a template for the outputted data but everytime I click on the feed link (myurl.com/feed) it takes me to a Google page to add it to my Google Reader. I use Google Reader and normally want everything else to default to that, but how can I override it this one time so I can see the raw xml/rss feed? Thanks.
A:
The best way to view raw RSS is with CURL over the command line. Browsers can alter the source (firefox in particular) when showing it to you so the best thing is to get it unfiltered from curl.
Gipetto
2010-07-30 00:30:49
+1
A:
You can use a difference broswer, though most browsers will apply an xsl stylesheet to raw feed data by detecting that its a feed using the http response content type header. I know that Google Chrome shows some kind of raw data for rss feeds though its not exactly pure xml.
You can Use Fiddler to see the response. Or use some other http sniffer tool.
desigeek
2010-07-30 00:38:41