This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Need pubdate at rss-synd.tcl

Support & discussion of released scripts, and announcements of new releases.
Post Reply
r
retan
Voice
Posts: 5
Joined: Mon Jun 11, 2007 11:10 pm

Need pubdate at rss-synd.tcl

Post by retan »

Hello,
I'm using rss-synd.tcl for rss messages from:
http://www.finanznachrichten.de/service/nachrichten.xml

A cut of the source (xml) code is:

Code: Select all

<item>
<title>UniCredit erhöht Kursziel von Kontron</title>
<link>http://www.finanznachrichten.de/nachrichten-2007-07/artikel-8717427.asp</link>
<description>Die Analysten von UniCredit stufen die Aktien von Kontron weiterhin mit &quot;Buy&quot; ein.Das Kursziel wurde von 15,80 Euro auf 18,00 Euro erhöht. </description>
<pubDate>Tue, 31 Jul 2007 13:58:00 +0100</pubDate>
<guid>http://www.finanznachrichten.de/nachrichten-2007-07/artikel-8717427.asp</guid>
</item>
My bot is posting this:

<bot> [Finanz News] UniCredit erhöht Kursziel von Kontron - http://www.finanznachrichten.de/nachric ... 717427.asp

I want the bot to post also the pubDate!
How can I do that?
thanks!
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Contact the author. ;)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
s
scotteh
Halfop
Posts: 50
Joined: Sun Jan 29, 2006 12:43 am

Post by scotteh »

use the @@item!pubDate@@ cookie in your "output" setting for the feed.
Post Reply