Click to See Complete Forum and Search --> : RSS News Feeds in ASP?


zingmatter
03-06-2006, 03:19 PM
Probably a dim question but do RSS newsfeed files have to be .xml files or can I generate the newsfeed xml dynamically in an .asp (or .php for that matter) file?

Thanks

JayM
03-06-2006, 07:21 PM
I think these articles will help you:


Syndicate Your Content With ASP (http://www.purplepages.ie/site/articles/article.asp?faq=6&fldAuto=68)

Generating RSS with ASP (http://www.purplepages.ie/site/articles/article.asp?faq=6&fldAuto=76)

Cheers

Bullschmidt
03-06-2006, 09:51 PM
Perhaps check this out:

Syndicating Your Web Site's Content with RSS by Scott Mitchell
http://www.4guysfromrolla.com/webtech/031303-1.shtml

zingmatter
03-07-2006, 04:06 AM
From one of the referenced articles:
RSS files can be generated using Active Server Pages (ASP). It is OK for an RSS file to have a .asp suffix.
That's what I needed to know.

Thanks everyone. :)