Skip Menu | You are currently an anonymous guest. | Login | Return to Main | About rt.cpan.org
 

Please report any issues with rt.cpan.org to rt-cpan-admin@bestpractical.com.

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

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

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



X History Display mode: Brief headersFull headers
#   Tue Apr 13 10:18:46 2004 guest - Ticket created  
Subject: Repeatable DublinCore Elements
[text/plain 232b]
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' ] }
);

#   Tue Apr 20 20:36:49 2004 KELLAN - Correspondence added  
[text/plain 455b]
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]:

> 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' ] }
> );



#   Wed Nov 26 15:03:36 2008 SHLOMIF - Correspondence added 45 min  
[text/plain 62b]
Fixed in svn trunk:

http://svn.perl.org/modules/XML-RSS/trunk
#   Wed Nov 26 15:03:38 2008 RT_System - Status changed from 'new' to 'open'  
#   Wed Nov 26 15:03:39 2008 SHLOMIF - Status changed from 'open' to 'resolved'  
#   Wed Nov 26 15:03:40 2008 SHLOMIF - Given to SHLOMIF