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 "Buy" 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>
<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!