Thread: Fwd: [press] http://www.postgresql.org/news.rss problems

Fwd: [press] http://www.postgresql.org/news.rss problems

From
Robert Treat
Date:
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 <hubert.lubaczewski@eo.pl>
To: press@postgresql.org

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

Re: Fwd: [press] http://www.postgresql.org/news.rss problems

From
Omar Kilani
Date:
Hi,

> anyone have any thoughts on this?

http://postgresql.tinysofa.com/files/pg-www-rss.patch

> Robert Treat

Omar

Re: Fwd: [press] http://www.postgresql.org/news.rss problems

From
Robert Treat
Date:
On Wednesday 24 November 2004 08:50, Omar Kilani wrote:
> Hi,
>
> > anyone have any thoughts on this?
>
> http://postgresql.tinysofa.com/files/pg-www-rss.patch
>
Will test and apply to cvs if all works out.  Thanks much!

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

Re: Fwd: [press] http://www.postgresql.org/news.rss problems

From
Robert Treat
Date:
On Thursday 25 November 2004 11:24, Robert Treat wrote:
> On Wednesday 24 November 2004 08:50, Omar Kilani wrote:
> > Hi,
> >
> > > anyone have any thoughts on this?
> >
> > http://postgresql.tinysofa.com/files/pg-www-rss.patch
>

Patch Applied, Thanks!

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL