public inbox for [email protected]
help / color / mirror / Atom feedFrom: Robert Treat <[email protected]>
To: [email protected]
Subject: Fwd: [press] http://www.postgresql.org/news.rss problems
Date: Wed, 24 Nov 2004 08:16:56 -0500
Message-ID: <[email protected]> (raw)
anyone have any thoughts on this?
Robert Treat
---------- Forwarded Message ----------
Subject: [press] http://www.postgresql.org/news.rss problems
Date: Wednesday 24 November 2004 06:01
From: hubert lubaczewski <[email protected]>
To: [email protected]
hi
first of all - i'm not quite sure i'm writing to correct email - if not,
please forward it to person responsible for news.rss on postgresql site.
recently i wrote rss aggregator working as jabber bot.
everything works fine, but when i added your rss feed, i got error while
rss-parsing phase.
since i already parse approx. 60 rss feeds in at least 2 different
languages (english and polish) i think the problem is on your side.
details:
the bot is written in perl, and fetches rsses with LWP::Simple
(get(...)).
then is uses XML::RSS module to parse it.
it goes like this:
my $feed = new XML::RSS; my $sContent =
get("http://www.postgresql.org/news.rss";); $feed->parse($sContent);
and here i got error:
Malformed RSS: invalid version
can you please fix it or point me how do i fix it on my side?
best regards
depesz
--
hubert lubaczewski
Network Operations Center
eo Networks Sp. z o.o.
-------------------------------------------------------
--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
view thread (4+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: Fwd: [press] http://www.postgresql.org/news.rss problems
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox