PDA

View Full Version : Help - New to RSS


WilliamHolmes
06-26-2007, 03:15 AM
(in short how do i write a an xml document using ASP so that it will update itself using the data from a datebase? )

Hi,

I hope this is right forum for this question...

Im new to RSS and hope to create a feed which will show all the events from todays date onwards.

Im using ASP (VBscript) on my website and have also an events section (Events such as a band playing on Sunday night) which it database driven. New events can be added and will be show in order using the SQL ORDER

To show all the event on a asp webpage, the asp code connects to the database and returns all the events which are todays date or later (future), then the asp code displays them in order.

If i were to create an rss feed, how can i make sure its upto date without having to go back to it every day and update it ?

I hope you understand what im trying to do.

Thanks