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.