472,330 Members | 1,249 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,330 software developers and data experts.

Are RSS feeds supposed to be dynamically generated?

If I make an RSS feed of my site, am I expected to build and later
update the RSS (XML) data by hand as I would any other webpage, or is
there some process by which updates to a site are automatically
incorporated into the RSS feed once the site itself is updated?

Thanks.
--Mella
Jul 20 '05 #1
5 1832
On 11 Dec 2003 09:25:30 -0800,
Mike Mella <we***************@hotmail.com> wrote:
If I make an RSS feed of my site, am I expected to build and later
update the RSS (XML) data by hand as I would any other webpage, or is
there some process by which updates to a site are automatically
incorporated into the RSS feed once the site itself is updated?


A client retrieving an RSS feed has no way of knowing whether it was a
static file or was dynamically generated, so what you do makes no difference
to clients. It will make a difference to *you*, of course; updating an RSS
feed by hand is tedious and likely to be a source of errors (forgetting to
update it, making a typo while hand-editing). Most sites generate
their RSS feeds automatically for this reason, but if you don't mind the
extra work, you can certainly maintain a feed by hand.

--amk
Jul 20 '05 #2
Without getting into too much detail, how are RSS feeds dynamically
updated? I mean what programming language/tool is usually used?
--Mella
A.M. Kuchling wrote:
On 11 Dec 2003 09:25:30 -0800,
Mike Mella <we***************@hotmail.com> wrote:
If I make an RSS feed of my site, am I expected to build and later
update the RSS (XML) data by hand as I would any other webpage, or is
there some process by which updates to a site are automatically
incorporated into the RSS feed once the site itself is updated?

A client retrieving an RSS feed has no way of knowing whether it was a
static file or was dynamically generated, so what you do makes no difference
to clients. It will make a difference to *you*, of course; updating an RSS
feed by hand is tedious and likely to be a source of errors (forgetting to
update it, making a typo while hand-editing). Most sites generate
their RSS feeds automatically for this reason, but if you don't mind the
extra work, you can certainly maintain a feed by hand.

--amk

Jul 20 '05 #3
Mike Mella wrote:
Without getting into too much detail, how are RSS feeds dynamically
updated? I mean what programming language/tool is usually used?


Since RSS feeds are XML files, you can use whatever tool you like, including
servlets, CGI scripts written in any programming language, server modules,
anything. XSLT would seem a natural choice if your input is available in XML.

--
Klaus Johannes Rusch
Kl********@atmedia.net
http://www.atmedia.net/KlausRusch/
Jul 20 '05 #4
Mike Mella <th*******@msn.com> wrote in message news:<W1********************@news20.bellglobal.com >...
Without getting into too much detail, how are RSS feeds dynamically
updated? I mean what programming language/tool is usually used?
--Mella


In one of my sites i use asp to generate the new feed every 24hours,
its pretty easy to do them dynamically.

For the more static feeds i use Broadcast Builder
(www.lionhardt.com/bb)
Jul 20 '05 #5
On 16 Dec 2003 10:52:22 -0800, ri*****@lionhardt.com (Richard) wrote:
Mike Mella <th*******@msn.com> wrote in message news:<W1********************@news20.bellglobal.com >...
Without getting into too much detail, how are RSS feeds dynamically
updated? I mean what programming language/tool is usually used?
--Mella


In one of my sites i use asp to generate the new feed every 24hours,
its pretty easy to do them dynamically.

For the more static feeds i use Broadcast Builder
(www.lionhardt.com/bb)


I generate new feeds whenever database content changes which happens
at least once per day, often more. I just use a hand written piece of
Perl, after all the structure is simple enough.
--
The Hooker
"I've had a perfectly wonderful evening, but this wasn't it"
[ www.sfwrg.org ][ www.pubfun.com ]
hooker at pubfun dot com
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: EmmettPower | last post by:
Hi, I have a form which includes a field 'number'. When 'number' is changed additional fields ('item_0', etc) are generated on the form using...
0
by: Boris | last post by:
When I dynamically create CheckButtonList, I add ListItem(s) to my CheckButtonList object chkList chkList.Items.Add(new ListItem("My Text", "My...
2
by: david | last post by:
I have no idea how to get the IDs of dynamically genrated CheckBoxes and the events of CheckedChange. I have dynamically generated array of...
6
by: Nathan Sokalski | last post by:
I am trying to dynamically add controls to my page, but am having trouble with controls such as buttons. I have been able to add simple controls...
0
by: asad | last post by:
ello how ru all, I want to create RSS Feeds for my website diffrent sections like news, Articles, how can i create RSS feeds for these sections...
1
by: asad | last post by:
Hello how ru all, I want to create RSS Feeds for my website diffrent sections like news, Articles, how can i create RSS feeds for these sections...
27
by: ted benedict | last post by:
hi everybody, i hope this is the right place to discuss this weird behaviour. i am getting dynamically generated text or xml from the server side...
5
by: Shawn | last post by:
Hi, I want to understand and follow RSS feed because many web pages provide RSS feed for updated new data(e.g. http://www.weather.gov/rss/). But...
11
by: Daz | last post by:
Hello everyone. I am sure the answer to my question is simple, but I can't seem to dynamically add an onClick event to my script. I have a table...
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.