in reply to Using XML::RSS to produce an RSS 2.0 feed with Dates within Items
You can't do that with RSS 2.0, try 1.0:
XML::RSS->new(version => '1.0')
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using XML::RSS to produce an RSS 2.0 feed with Dates within Items
by Anonymous Monk on Feb 03, 2022 at 09:26 UTC |