http://www.codeproject.com/csharp/rssframework.asp
--
Bob Powell [MVP]
Visual C#, System.Drawing
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
"David P. Donahue" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Does anyone know of any good resources (articles, etc.) for creating one's
> own RSS feed on a website (either as a service or a page or whatever)?
> Not so much 3rd party tools that do it for you, but a general guide for
> coding one into one's own project.
>
> The data source would be a DataSet from a web service I have for accessing
> my database, so that's simple enough. I figure I could hand-code the XML
> and return it, but that might get messy. Given that RSS is such a
> widely-used standard, I'm wondering if the wheel has already been invented
> for this. Maybe there are tools within .NET (I'm using Visual Studio
> 2003) to help? Any ideas?
>
>
> Regards,
> David P. Donahue