Skip Menu |

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

Report information
The Basics
Id: 46494
Status: resolved
Priority: 0/
Queue: XML-Feed

People
Owner: Nobody in particular
Requestors: joey [...] kitenet.net
Cc:
AdminCc:

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

Attachments
rdf.php?fmt=rss&page=%2Fuser%2Fjoeyhess%2Frecent-tracks



Subject: rdf rss 1.0 feeds -- issue with date
The attachment is an rdf file that libre.fm publishes as an RSS feed. I guess this is one of those old RSS 1.0 feeds that I had forgotten ever existed. Ugh. In any case, XML::Feed is able to make some sense of it; it ignores some parts but gets a list of items each repesenting a song played, which is what I want to consume from this file anyway. However, XML::Feed is not able to parse the dates, which look like this. (XML::Feed::Entry->issued (and modified) are not set.) <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2009-05-29T20:08:51+01:00</dc:date> Compare with the RSS 1.0 spec example: <dc:date>2000-01-01T12:00+00:00</dc:date>
Subject: rdf.php?fmt=rss&page=%2Fuser%2Fjoeyhess%2Frecent-tracks

Message body not shown because it is not plain text.

On Fri May 29 15:41:40 2009, JOEY wrote: Show quoted text
> The attachment is an rdf file that libre.fm publishes as an RSS feed. > I guess this is one of those old RSS 1.0 feeds that I had forgotten > ever > existed. Ugh.
This should be fixed in SVN as of r153 http://code.sixapart.com/svn/XML-Feed/trunk The reason why no modified is set is because there isn't one in the entry as far as I can see. Let me know if this works for you. And thanks for the various bug reports over the years :)