Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Are RSS feeds supposed to be dynamically generated?

Reply
Thread Tools

Are RSS feeds supposed to be dynamically generated?

 
 
Mike Mella
Guest
Posts: n/a
 
      12-11-2003
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
 
Reply With Quote
 
 
 
 
A.M. Kuchling
Guest
Posts: n/a
 
      12-15-2003
On 11 Dec 2003 09:25:30 -0800,
Mike Mella <> 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
 
Reply With Quote
 
 
 
 
Mike Mella
Guest
Posts: n/a
 
      12-16-2003
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 <> 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

 
Reply With Quote
 
Klaus Johannes Rusch
Guest
Posts: n/a
 
      12-16-2003
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

http://www.atmedia.net/KlausRusch/


 
Reply With Quote
 
Richard
Guest
Posts: n/a
 
      12-16-2003
Mike Mella <> wrote in message news:<W1uDb.12092$ >...
> 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)
 
Reply With Quote
 
Hook
Guest
Posts: n/a
 
      12-17-2003
On 16 Dec 2003 10:52:22 -0800, (Richard) wrote:

>Mike Mella <> wrote in message news:<W1uDb.12092$ >...
>> 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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Two ways to generate RSS - rss/maker and rss/2.0 - which is better? Jonathan Groll Ruby 1 06-27-2009 03:53 AM
How to display "No Rss feeds new availabe" when there are no FEEDS Patrick Olurotimi Ige ASP .Net 2 05-04-2005 11:50 PM
Firefox and RSS feeds that require authentication ttfg Firefox 0 03-25-2005 11:51 PM
Thunderbird RSS feeds Jeroen Verellen Firefox 0 10-27-2004 11:40 AM
Searches in multiple RSS feeds -> new rss feed Motta XML 1 06-09-2004 10:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57