Hello,
First of all let me say I never worked with RSS as a developer.
I am working on a web site where I am displaying news from a database.
This part is done.
Basically, I need to make those same news available as through RSS.
I believe I need to have a XML file available and updated from the
database?
And maybe the database fields should be the same as RSS 2.0 format?
Anyway, could someone advice me on this?
Thanks,
Miguel
clintonG - 26 Sep 2006 16:31 GMT
CH 4 of this book [1] covers building an assembly that will get data from a
SQL Server database and serve it as RSS.
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP 43°2'17"N 88°2'37"W : 43°2'17"N 88°2'37"W
[1] http://apress.com/book/bookDisplay.html?bID=10032
> Hello,
>
[quoted text clipped - 15 lines]
>
> Miguel