NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Validation (Score:1)
There are, however, two RT tickets (#33881 [cpan.org], adding accessors for some required feed types, and #29684 [cpan.org], which stops 'convert' generating empty summaries) which will help you get towards a valid feed.
I really should write up the other changes I had to make to genenerate a valid Atom feed [feedvalidator.org]. I think convert needs help with applying an updated date to RSS feeds, for example. There are also issues with RSS and Atom taking different values for the same element (Atom author fields are a real name; RSS author fields are email addresses, with dc:creator used for the name), so my (unpublicised) RSS feed doesn't validate at the moment.
Reply to This
Re: (Score:2)
I'll apply the patches from RT locally and wait for the next release of XML::Feed to fix the problems.
[1] Often a pointless task on a planet as so much of the markup is out of your control.
Re: (Score:1)
Similar attributes cause issues with the Atom feed, but they don't prevent validation, merely cause warnings, because Atom does at least recognise the concept of extensibility.