Dave Burke : Freelance .NET Web Developer specializing in Online Communities

CS Nuglet: How to view raw Community Server RSS feeds

An RSS feed, like revenge, is best served raw, very raw!  (Or is that "cold?")  Anyway, some times you want to look at the raw XML of a Community Server feed, particularly if you're encountering some sort of error and some goofy newsreader is going "baa! baa!" for no apparent reason.

Here's how to view the straight XML.  First display your feed in the browser, a view with which we're all familiar as shown below.

 

 

Now for the secret step.  Do a VIEW SOURCE in your browser.  The source contains the full post content (or excerpts if that's your dish), while the web page displayed with /utility/feedstylesheets/rss.xsl does not.  Now SAVE THE SOURCE FILE as an xml file. Open the saved source.xml file in a text editor (or visual studio shown below) and REMOVE THE STYLE SHEET ELEMENT.

 

 

Save it and open in your browser.  If there are any XML errors they will be quickly apparent.   Or even if you're not looking for XML errors, it's still a pretty sight.

 

Comments (1) | Post RSS RSS comment feed

Posted on 12/19/2006 10:15:10 AM by Dave Burke
Categories: Community Server
Tags:

Related posts

Comments (1) -

12/20/2006 12:38:18 PM Permalink

Something else to note.  If you are using some type of remote RSS syndication for your RSS feed (such as FeedBurner), then the rss.aspx gets redirected to feedburner - not allowing you to see the CS-generated RSS.

But it's still there.  Just in a hidden url.

/blogs/privaterss.aspx

This is the url that is enabled when you are syndicating your RSS feeds to a 3rd party source.

Eric Duncan |


Powered by BlogEngine.NET 2.0.0.36
Theme by Dave Burke