RSS | Module Info | Add a review of XML-RSS

3 out of 3 found this review helpful:

XML-RSS (1.32) ***

It seemed like a great package at the time, but I had to abandon it for several reasons, most of which have to do with lack of control.

It started when I wanted to add a <dc:creator> element. For that, you need to be able to declare extra namespaces in your <rss version ..> declaration, like xmlns:dc="http://purl.org/dc/elements/1.1/". This module gives you no control over that.

Then there's the whole CDATA issue. If you want your RSS feed to validate, you will going to have to be able to enclose portions of your content in CDATA tags (like, say, image links in an item's description element). XML:RSS has no support for any control over how to interpret/not to interpret your content: it just rigorously tries to escape/encode everything. An option to take in your content raw, like descriptionRAW =>, for instance, would have been needed to accommodate this need. But it's absent.

So, eventually, you'll wind up with an RSS feed that won't validate (unless you do something extremely 'plain' in your feed). It's ease of use is a plus: you whip out a feed in no time (even though the documentation really leaves to be desired). But, on the whole, this package offers not enough control to get things just right (right enough, at least, for you to generate feeds that will fully validate).

Mark Kramer - 2008-05-11 06:08:27
Was this review helpful to you?  Yes No

4 out of 4 found this review helpful:

XML-RSS (1.31) ****

I use this quite often and its great for mundane rss feeds.

Documentation for doing podcast, torrents style feeds and getting feeds to validate in feedvalidator.org (or zing i went there) would be awesome.

Gabriel Millerd - 2008-01-23 13:36:26
Was this review helpful to you?  Yes No

4 out of 4 found this review helpful:

XML-RSS (1.31) **

On the positive side, the module is pretty stable; it works.

The documentation is poor. The SYNOPSIS is huge, and is intended as a tutorial not a quick reference. The method descriptions are inadequate.

Very poor object interface. To access the RSS items, you must access the object's internals ('items' arrayref) directly. Each of these items is a hashref; this is not documented, nor are its keys.

Eric J. Roode - 2008-01-23 12:23:39
Was this review helpful to you?  Yes No

7 out of 8 found this review helpful:

XML-RSS (1.10) *****

A module full of promise until I needed to include 'special characters' in an RSS feed's descriptoin field. The module promised to escape them, which is not what I wanted, but instead it escaped just the left angle brackets, and not the right: not the simple solution promised. Report sent to RT.

Lee Goddard - 2006-08-17 08:20:26
Was this review helpful to you?  Yes No

1 out of 4 found this review helpful:

XML-RSS (1.05) ****

Very nice module, I was up and running in notime

Henrik Andreasson - 2006-01-01 13:28:07
Was this review helpful to you?  Yes No

2 out of 3 found this review helpful:

XML-RSS (1.05) *****

Wonderful module. I used it to output and parse RSS feeds, starting from code someone else wrote, and was able to get it to work very well. This module now powers the Israeli open-source community events notices propagation and syndication mechanism.

Keep up the good work!

Shlomi Fish - 2005-04-02 10:23:51
Was this review helpful to you?  Yes No

1 out of 2 found this review helpful:

XML-RSS (1.04) ****

Fundementally this module does what it says it will. It does it in a pretty effective manner. I would definitly recommend it if you need to generate RSS files, particularly if you want to generate RSS in multiple versions.

nathan mcfarland - 2004-08-10 12:34:18
Was this review helpful to you?  Yes No

1 out of 2 found this review helpful:

XML-RSS (1.02) *****

Fantastic module for easily producing RSS feeds. I'm a big fan now.

Peter Sergeant - 2003-10-12 06:08:55
Was this review helpful to you?  Yes No

0 out of 1 found this review helpful:

XML-RSS (1.02) *****

Just what I need.

Lee Goddard - 2003-10-10 01:14:27
Was this review helpful to you?  Yes No

1 out of 2 found this review helpful:

XML-RSS (1.02) *****

I never had problems with it. The documentation answered all my questions. Using it in my code was trivial. I would like to see support for RSS 3.0 by Aaron Swartz. ;)

Alex Schr�der - 2003-10-06 08:07:40
Was this review helpful to you?  Yes No

1 out of 2 found this review helpful:

XML-RSS (1.02) ****

Excellent module for those who need to export various syndication formats. Supports RSS 0.9, 0.91 and RSS 1.0

Adrian Howard - 2003-08-28 03:17:38
Was this review helpful to you?  Yes No

1 out of 6 found this review helpful:

XML-RSS (1.02) ***

I would have given this module a 4, because I use and like it quite a bit, but it now supports RSS 2.0, which is a bogus and broken version of RSS designed to kill RSS altogether, and anything that supports RSS 2.0 is supporting that goal by proxy. It's unfortunate.

Chris Nandor - 2003-08-25 22:22:29
Was this review helpful to you?  Yes No


the camel