Skip Menu |

This queue is for tickets about the XML-FeedPP CPAN distribution.

Report information
The Basics
Id: 87373
Status: resolved
Priority: 0/
Queue: XML-FeedPP

People
Owner: Nobody in particular
Requestors: j4quinn [...] uwaterloo.ca
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: XML::FeedPP Bug
Date: Sat, 27 Jul 2013 09:09:39 -0400
To: bug-XML-FeedPP [...] rt.cpan.org
From: Jesse Quinn <j4quinn [...] uwaterloo.ca>
Hi, $item->pubDate() does not work with a10 prefixed updated elements. Jesse
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 Show quoted text
> Hi, > > $item->pubDate() does not work with a10 prefixed updated elements. > > Jesse
Subject: Re: [rt.cpan.org #87373] XML::FeedPP Bug
Date: Sun, 28 Jul 2013 01:21:30 -0400
To: bug-XML-FeedPP [...] rt.cpan.org
From: Jesse Quinn <j4quinn [...] uwaterloo.ca>
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
> > > >
More generic approach implemented in 0.95: ignores prefix on a few occasions.