Topic: Current Date and Time RSS Feed (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Phoenix |
posted 09-07-2005 03:10
I am looking for an RSS Feed that simply broadcasts the current date and time. |
Paranoid (IV) Inmate From: France |
posted 09-07-2005 07:38
You know you can retrieve the current date on Server side ( when a page is generated ) and Client side ( in realtime ). You can well make a server side script which once requested outputs the date with the needed tags and sets the Content-type header to application/rss+xml and voilà. It's the matter of few minutes. |
Bipolar (III) Inmate From: Phoenix |
posted 09-07-2005 16:56
This is a client side app. Actually, it is XML with stylesheet reference. The XML doc is browsed locally and relies on IE to parse the XML with the stylesheet. I need the current date and time for the XML... So, that's it! Was hoping I could request the current date and time by an RSS feed (from stylesheet I would reference this external RSS feed). |
Maniac (V) Inmate From: Cell 53, East Wing |
posted 09-07-2005 17:34
If you have access to server-side scripting you could set up this yourself. |
Bipolar (III) Inmate From: Phoenix |
posted 09-07-2005 19:21
I'm not familiar with embeding javascript into XML... again, I need the Current DATE/TIME available to the stylesheet for parsing, need to compare dates in my XML source, see if they are current etc... So, If I can embed client-side javascript into my stylesheet, and then upon parsing of the XML this value is available, that would be fine. |