PDA

View Full Version : RSS


Luv2DriveTT
12-04-2005, 12:59 AM
Can anyone tell me how to embed an RSS fee within a webpage?

dumb it down for me /images/graemlins/wink.gif

TT /images/graemlins/club.gif

MrMoo
12-04-2005, 02:26 AM
You don't really embed an RSS feed within a webpage. Each "web page" you have is just an .html file. An rss feed is an .xml file (which conforms to the standards for rss), in the same directory that holds your .html files. A search on google for "how to create an rss feed" should give you plenty of information on how to create the rss file.

Luv2DriveTT
12-04-2005, 03:31 AM
I don't want to create an rss file, I want an existing rss file (feed/file - same thing) from a third party source to display within my existing webpage.

TT

TheTROLL
12-04-2005, 11:46 AM
Read up on XSL. This (http://www.xml.com/pub/a/2003/01/02/tr.html) is an overview of the sort of thing you need.