i actually fixed the problem. the feed "
http://feeds.rsc.org/rss/sm" is
atom 1.0 however, your script recognizes it as a RSS feed and not Atom1.0.
I added || get_value for {'a10:updated'} element under the pubDate function
and it worked without a hitch.
a10 prefix any many others can be used according to the atom1.0 rules. it
is annoying. that feed doesn't validate properly as well.
On Sat, Jul 27, 2013 at 7:02 PM, Yusuke Kawasaki via RT <
bug-XML-FeedPP@rt.cpan.org> wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=87373 >
>
> Thanks for reporting this.
> a10 means Atom 1.0?
> Could you let me know the source URL of a RSS which uses a10, or a library
> which supports to generate an Atom feed with a10 prefix.
>
> Yusuke
>
> > Hi,
> >
> > $item->pubDate() does not work with a10 prefixed updated elements.
> >
> > Jesse
>
>
>
>