csiwa28
Programmer
- Apr 12, 2001
- 177
We have a calendar of events database and we would like to dynamically create a RSS feed showing the 5 most recently added events. I'm starting to learn RSS so I just want to make sure this is ok.
Does the feed have to be a XML file or can I create an ASP file pulling the events from the database and as long as I have "<?xml version="1.0" encoding="ISO-8859-1" ?>" and use XML tags it'll be fine?
Thank you in advance.
Does the feed have to be a XML file or can I create an ASP file pulling the events from the database and as long as I have "<?xml version="1.0" encoding="ISO-8859-1" ?>" and use XML tags it'll be fine?
Thank you in advance.