Questions tagged [rss]

Really Simple Syndication (RSS) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.

Really Simple Syndication (RSS) is a family of web content syndication formats used to publish frequently updated works — such as blog entries, news headlines, audio, and video — in a standardized format.

RSS is a dialect of XML. All RSS files must conform to the XML 1.0 specification, as published on the World Wide Web Consortium (W3C) website.

Useful Resources:

7700 questions
15
votes
2 answers

How can I access a GitHub private project RSS feed?

Is it possible to read activity of a GitHub private repository and of its branches?
denysonique
  • 16,235
  • 6
  • 37
  • 40
14
votes
4 answers

What's the best library for parsing RSS/Atom in Perl?

I notice that XML::RSS::Parser hasn't been updated since 2005. Is this still the recommended library for parsing RSS or Atom? Is there a better one or a better way?
xenoterracide
  • 16,274
  • 24
  • 118
  • 243
14
votes
2 answers

Right way to work with RSS in ASP.NET Core 1.0 RC2

What is the right/best way to get data from an RSS feed using ASP.Net Core 1.0 (RC2) in C#. I want to work with the data in the RSS feed from my Wordpress blog which is https://blogs.msdn.microsoft.com/martinkearn/feed/ I know that in ASP.net 4.x,…
Martin Kearn
  • 2,313
  • 1
  • 21
  • 35
14
votes
5 answers

Current Observation feed from weather.gov forbidden (403)

Weather.gov Current Observation feeds have suddenly begun to fail for all requests from an HTTPClient, and likewise I've observed that many websites across the internet that use AJAX to make calls to weather.gov are also failing. The result of all…
Jim Speaker
  • 1,303
  • 10
  • 28
14
votes
3 answers

PHP's SimpleXML: How to use colons in names

I am trying to generate an RSS Google Merchant, using SimpleXML. The sample given by Google is: The name of your data…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/simplexml" class="post-tag grid--cell" title="show questions tagged 'simplexml'" rel="tag">simplexml</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 10 '10 at 21:48">asked Jun 10 '10 at 21:48</time> <a href="../../users/25645/nathan-h" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/25645.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Nathan H" /> </a> <div class="s-user-card--info"> <a href="../../users/25645/nathan-h" class="s-user-card--link">Nathan H</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">48,033</li> <li class="s-award-bling s-award-bling__gold" title="60 gold badges">60</li> <li class="s-award-bling s-award-bling__silver" title="165 silver badges">165</li> <li class="s-award-bling s-award-bling__bronze" title="247 bronze badges">247</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-28279008"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>14</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/28279008/rss-feed-for-apple-app-reviews" class="question-hyperlink">RSS Feed For Apple App Reviews</a></h3> <div class="excerpt">I am looking for some advice on how to go about getting reviews for apps on the app store. I have been using this Previous Answer for a reference At the minute I am testing the system using the following url…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/app-store" class="post-tag grid--cell" title="show questions tagged 'app-store'" rel="tag">app-store</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 02 '15 at 13:37">asked Feb 02 '15 at 13:37</time> <a href="../../users/1040024/orstudios" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1040024.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="ORStudios" /> </a> <div class="s-user-card--info"> <a href="../../users/1040024/orstudios" class="s-user-card--link">ORStudios</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,157</li> <li class="s-award-bling s-award-bling__gold" title="9 gold badges">9</li> <li class="s-award-bling s-award-bling__silver" title="41 silver badges">41</li> <li class="s-award-bling s-award-bling__bronze" title="69 bronze badges">69</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-2444540"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>14</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>4</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/2444540/syndicationitem-content-is-null" class="question-hyperlink">SyndicationItem.Content is Null</a></h3> <div class="excerpt">I'm trying to pull the contents of an RSS feed into an object that can be manipulated in code. It looks like the SyndicationFeed and SyndicationItem classes in .NET 3.5 will do what I need, except for one thing. Every time I've tried to read in the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/syndication-feed" class="post-tag grid--cell" title="show questions tagged 'syndication-feed'" rel="tag">syndication-feed</a> <a href="../../questions/tagged/syndication-item" class="post-tag grid--cell" title="show questions tagged 'syndication-item'" rel="tag">syndication-item</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 15 '10 at 01:11">asked Mar 15 '10 at 01:11</time> <a href="../../users/28491/kdmurray" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/28491.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="kdmurray" /> </a> <div class="s-user-card--info"> <a href="../../users/28491/kdmurray" class="s-user-card--link">kdmurray</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,988</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="32 silver badges">32</li> <li class="s-award-bling s-award-bling__bronze" title="47 bronze badges">47</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-16745083"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>14</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/16745083/python-how-to-check-for-rss-updates-with-feedparser-and-etags" class="question-hyperlink">Python: How to check for RSS updates with feedparser and etags</a></h3> <div class="excerpt">I'm trying to skip over RSS feeds that have not been modified using feedparser and etags. Following the guidelines of the documentation: http://pythonhosted.org/feedparser/http-etag.html import feedparser d =…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/http-headers" class="post-tag grid--cell" title="show questions tagged 'http-headers'" rel="tag">http-headers</a> <a href="../../questions/tagged/etag" class="post-tag grid--cell" title="show questions tagged 'etag'" rel="tag">etag</a> <a href="../../questions/tagged/feedparser" class="post-tag grid--cell" title="show questions tagged 'feedparser'" rel="tag">feedparser</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 24 '13 at 23:53">asked May 24 '13 at 23:53</time> <a href="../../users/1329765/marc" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1329765.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Marc" /> </a> <div class="s-user-card--info"> <a href="../../users/1329765/marc" class="s-user-card--link">Marc</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">559</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="11 silver badge">11</li> <li class="s-award-bling s-award-bling__bronze" title="26 bronze badge">26</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15100174"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>14</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15100174/how-do-i-use-syndicationfeed" class="question-hyperlink">How do I use SyndicationFeed?</a></h3> <div class="excerpt">This may seem like a dumb question, but I cannot for the life of me figure out how to get access to the SyndicationFeed class in c#. Every single example I have seen on MSDN or otherwise assumes that it's already imported, and not a single one I…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/.net" class="post-tag grid--cell" title="show questions tagged '.net'" rel="tag">.net</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/syndication-feed" class="post-tag grid--cell" title="show questions tagged 'syndication-feed'" rel="tag">syndication-feed</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 26 '13 at 22:00">asked Feb 26 '13 at 22:00</time> <a href="../../users/1375883/slippery-john" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1375883.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Slippery John" /> </a> <div class="s-user-card--info"> <a href="../../users/1375883/slippery-john" class="s-user-card--link">Slippery John</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">747</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="9 silver badges">9</li> <li class="s-award-bling s-award-bling__bronze" title="20 bronze badges">20</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-9709016"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>13</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>5</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/9709016/facebook-killed-public-rss-feeds-how-to-obtain-a-facebook-page-rss-with-the-ne" class="question-hyperlink">Facebook killed Public RSS feeds; how to obtain a Facebook Page RSS with the new Timeline?</a></h3> <div class="excerpt">I'm attempting to pull out a page feed to RSS from Facebook, however each time I attempt to try it, I get an error back in the XML with the following : <![CDATA[ This feed URL is no longer valid. Visit this page to find the new URL, if you have…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/ruby" class="post-tag grid--cell" title="show questions tagged 'ruby'" rel="tag">ruby</a> <a href="../../questions/tagged/facebook" class="post-tag grid--cell" title="show questions tagged 'facebook'" rel="tag">facebook</a> <a href="../../questions/tagged/facebook-graph-api" class="post-tag grid--cell" title="show questions tagged 'facebook-graph-api'" rel="tag">facebook-graph-api</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 14 '12 at 19:41">asked Mar 14 '12 at 19:41</time> <a href="../../users/320681/ylluminate" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/320681.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="ylluminate" /> </a> <div class="s-user-card--info"> <a href="../../users/320681/ylluminate" class="s-user-card--link">ylluminate</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">12,102</li> <li class="s-award-bling s-award-bling__gold" title="17 gold badges">17</li> <li class="s-award-bling s-award-bling__silver" title="78 silver badges">78</li> <li class="s-award-bling s-award-bling__bronze" title="152 bronze badges">152</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-7292244"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>13</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/7292244/multiple-rss-link-tags-within-the-head-valid-markup-or-not" class="question-hyperlink">Multiple RSS link tags within the head, valid markup or not?</a></h3> <div class="excerpt">Is it valid to include multiple RSS feeds within the <head> tag? What I mean is, tags as follow: <link rel="alternate" type="application/rss+xml" title="feed one" href="/rss/feedone"/> <link rel="alternate" type="application/rss+xml" title="feed…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/html-head" class="post-tag grid--cell" title="show questions tagged 'html-head'" rel="tag">html-head</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 03 '11 at 09:18">asked Sep 03 '11 at 09:18</time> <a href="../../users/815370/anonymous-one" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/815370.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="anonymous-one" /> </a> <div class="s-user-card--info"> <a href="../../users/815370/anonymous-one" class="s-user-card--link">anonymous-one</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">14,454</li> <li class="s-award-bling s-award-bling__gold" title="18 gold badges">18</li> <li class="s-award-bling s-award-bling__silver" title="60 silver badges">60</li> <li class="s-award-bling s-award-bling__bronze" title="84 bronze badges">84</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-5492245"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>13</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/5492245/where-can-i-download-rome-rss-library-jar" class="question-hyperlink">Where can I download ROME rss library jar?</a></h3> <div class="excerpt">It seems rome downloads no longer exists here (http://java.net/projects/rome/downloads). Where can I download the jar then? is it being discontinued? Thanks, David </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/rome" class="post-tag grid--cell" title="show questions tagged 'rome'" rel="tag">rome</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 30 '11 at 20:53">asked Mar 30 '11 at 20:53</time> <a href="../../users/145888/david-zhao" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/145888.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="David Zhao" /> </a> <div class="s-user-card--info"> <a href="../../users/145888/david-zhao" class="s-user-card--link">David Zhao</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,284</li> <li class="s-award-bling s-award-bling__gold" title="11 gold badges">11</li> <li class="s-award-bling s-award-bling__silver" title="46 silver badges">46</li> <li class="s-award-bling s-award-bling__bronze" title="60 bronze badges">60</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-443991"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>13</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>5</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/443991/how-to-parse-rss-feeds-xml-in-a-shell-script" class="question-hyperlink">How to parse rss-feeds / xml in a shell script</a></h3> <div class="excerpt">I'd like to parse rss feeds and download podcasts on my ReadyNas which is running 24/7 anyway. So I'm thinking about having a shell script checking periodically the feeds and spawning wget to download the files. What is the best way to do the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/bash" class="post-tag grid--cell" title="show questions tagged 'bash'" rel="tag">bash</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/scripting" class="post-tag grid--cell" title="show questions tagged 'scripting'" rel="tag">scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 14 '09 at 17:47">asked Jan 14 '09 at 17:47</time> <a href="../../users/15296/oli" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/15296.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Oli" /> </a> <div class="s-user-card--info"> <a href="../../users/15296/oli" class="s-user-card--link">Oli</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,762</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="19 silver badges">19</li> <li class="s-award-bling s-award-bling__bronze" title="22 bronze badges">22</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-2912262"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>13</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>6</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/2912262/convert-rss-pubdate-to-a-timestamp" class="question-hyperlink">Convert RSS pubDate to a timestamp</a></h3> <div class="excerpt">How to convert a date string Mon, 24 May 2010 17:54:00 GMT from RSS feed to a timestamp in PHP ? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/timestamp" class="post-tag grid--cell" title="show questions tagged 'timestamp'" rel="tag">timestamp</a> <a href="../../questions/tagged/pubdate" class="post-tag grid--cell" title="show questions tagged 'pubdate'" rel="tag">pubdate</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 26 '10 at 11:02">asked May 26 '10 at 11:02</time> <a href="../../users/223386/hsz" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/223386.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="hsz" /> </a> <div class="s-user-card--info"> <a href="../../users/223386/hsz" class="s-user-card--link">hsz</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">148,279</li> <li class="s-award-bling s-award-bling__gold" title="62 gold badges">62</li> <li class="s-award-bling s-award-bling__silver" title="259 silver badges">259</li> <li class="s-award-bling s-award-bling__bronze" title="315 bronze badges">315</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-2416175"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>13</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/2416175/creating-an-rss-feed-in-asp-net-3-5" class="question-hyperlink">Creating an RSS feed in ASP.NET 3.5</a></h3> <div class="excerpt">How would you create an RSS feed in ASP.NET 3.5 using C#? What framework pieces would help in making the publishing of an RSS or Atom feed easier for the .NET developer? Are there any extra features in .NET 4 to make this task easier than in 3.5? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/syndication" class="post-tag grid--cell" title="show questions tagged 'syndication'" rel="tag">syndication</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 10 '10 at 10:42">asked Mar 10 '10 at 10:42</time> <a href="../../users/290412/hima" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/290412.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Hima" /> </a> <div class="s-user-card--info"> <a href="../../users/290412/hima" class="s-user-card--link">Hima</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">131</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="3 bronze badges">3</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/rss_page=6" rel="prev" title="Go to page 6">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/rss_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/rss_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/rss_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/rss_page=99" rel="" title="Go to page 99">99</a> <a class="s-pagination--item" href="../../questions/tagged/rss_page=100" rel="" title="Go to page 100">100</a> <a class="s-pagination--item" href="../../questions/tagged/rss_page=8" rel="next" title="Go to page 8"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>