Skip Menu |

This queue is for tickets about the XML-RSS CPAN distribution.

Report information
The Basics
Id: 6000
Status: resolved
Worked: 45 min
Priority: 0/
Queue: XML-RSS

People
Owner: SHLOMIF [...] cpan.org
Requestors: ehs [...] pbox.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Repeatable DublinCore Elements
It would be nice to be able to assign multiple Dublin Core elements to an RSS item. $rss->add_item( title => 'foo', link => 'http://www.example.com/foo', dc => { subject => [ 'foo', 'bar' ] } );
I'm sorry but I don't think is going to be fixed in the current codebase. There is some work on an entirely new from the ground up codebase which should address this. [guest - Tue Apr 13 10:18:46 2004]: Show quoted text
> It would be nice to be able to assign multiple Dublin Core elements to > an RSS item. > > $rss->add_item( > title => 'foo', > link => 'http://www.example.com/foo', > dc => { subject => [ 'foo', 'bar' ] } > );