1. Original Entry + Comments2. Write a Comment3. Preview Comment
New comments for this entry are disabled.


January 26, 2005  |  RSS feed truncation: reader's choice  |  109421 hit(s)

Ok, this seems like a reasonable compromise to me. If you want to get the full, untruncated RSS feed, add the query string value full=true to the feed URL, thus:

http://www.mikepope.com/blog/BlogFeed.asmx/GetRSS?full=true

I've actually added two switches. In Web.config I added a switch for default behavior, currently set to truncate. Then if it's truncated but you want full feeds, you can override it with the query string value. If you're using an aggregator, update the URL for the feed.

This will apply to categorized feeds also. For example, if you subscribe only to aspnet posts, the query string switch will still apply, like this:

http://mikepope.com/blog/blogfeed.asmx/GetRSS?category=aspnet&full=true

Let me know if this works/doesn't work for you(-all).




Nikhil Kothari   26 Jan 05 - 11:15 PM

Works great... Thanks :-)