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