create rss feedshttp://forums.asp.net/t/1797186.aspx/1?create+rss+feedsThu, 26 Apr 2012 09:40:52 -040017971864952388http://forums.asp.net/p/1797186/4952388.aspx/1?create+rss+feedscreate rss feeds <p>Hi all....</p> <p>i build a website which shows some products and now i want to <br> create rss feeds for products inside website how i can do that ?<br> i need clear steps to help me .help plz<br> i create an rss.xml file like this</p> <p>&lt;rss version=&quot;2.0&quot;&gt;<br> &nbsp; &lt;channel&gt;<br> &nbsp;&nbsp;&nbsp; &lt;title&gt;website Name&lt;/title&gt;<br> &nbsp;&nbsp;&nbsp; &lt;link&gt;URL to the Web site&lt;/link&gt;<br> &nbsp;&nbsp;&nbsp; &lt;description&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a short description of the Web site<br> &nbsp;&nbsp;&nbsp; &lt;/description&gt;<br> &nbsp;&nbsp;&nbsp; &lt;item&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title&gt;Title&lt;/title&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;description&gt; first product&lt;/description&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;price&gt;&lt;/price&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;link&gt;http://localhost:5294/Products.aspx?ID=1&lt;/link&gt;<br> &nbsp;&nbsp;&nbsp; &lt;/item&gt;<br> &nbsp;&nbsp;&nbsp; &lt;item&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title&gt;title&lt;/title&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;description&gt; second product&lt;/description&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;price&gt;&lt;/price&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;link&gt;http://example.com/Products.aspx?ID=2&lt;/link&gt;<br> &nbsp;&nbsp;&nbsp; &lt;/item&gt;<br> &nbsp;&nbsp;&nbsp; &lt;item&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title&gt;Title&lt;/title&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;description&gt; third product&lt;/description&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;price&gt;&lt;/price&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;link&gt;http://example.com/Products.aspx?ID=3&lt;/link&gt;<br> &nbsp;&nbsp;&nbsp; &lt;/item&gt;<br> &nbsp;&nbsp;&nbsp; &lt;item&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title&gt;title&lt;/title&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;description&gt; fourth product &lt;/description&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;price&gt;&lt;/price&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;link&gt;http://example.com/Products.aspx?ID=4&lt;/link&gt;<br> &nbsp;&nbsp;&nbsp; &lt;/item&gt;<br> &nbsp; &lt;/channel&gt;<br> &lt;/rss&gt;</p> <p></p> <p>now how i can display it inside .aspx file</p> <p>plz give me the whole steps clearly....</p> <p>my regards<br> <br> </p> 2012-04-26T09:07:12-04:004952405http://forums.asp.net/p/1797186/4952405.aspx/1?Re+create+rss+feedsRe: create rss feeds <p>Try one of these articles:</p> <p><a href="http://www.mikesdotnetting.com/Article/174/Generating-RSS-and-ATOM-Feeds-In-WebMatrix">http://www.mikesdotnetting.com/Article/174/Generating-RSS-and-ATOM-Feeds-In-WebMatrix</a></p> <p><a href="http://dotnetslackers.com/articles/aspnet/How-to-create-a-syndication-feed-for-your-website.aspx">http://dotnetslackers.com/articles/aspnet/How-to-create-a-syndication-feed-for-your-website.aspx</a></p> 2012-04-26T09:12:52-04:004952453http://forums.asp.net/p/1797186/4952453.aspx/1?Re+create+rss+feedsRe: create rss feeds <p>i don't want to use Atom i want to usemxl formmate with&nbsp; linq to xml ..... how i can do that???</p> 2012-04-26T09:34:31-04:004952472http://forums.asp.net/p/1797186/4952472.aspx/1?Re+create+rss+feedsRe: create rss feeds <p>Refer&nbsp;<a href="http://csharpdotnetfreak.blogspot.com/2009/03/aspnet-create-rss-feed.html">http://csharpdotnetfreak.blogspot.com/2009/03/aspnet-create-rss-feed.html</a></p> 2012-04-26T09:40:52-04:00