Amazon Wish List feeds not working correctly--adds new items every time it refreshes


Whenever I update an Amazon wish list RSS feed, I see all the items listed an additional time--this time bold and unread.

Sample:

http://xml-us.amznxslt.com/onca/xml?SubscriptionId=1FJCCJ9W5JQJB6WDRM02&ListId=3G61D92IZVYEZ&ResponseGroup=ListFull%2CLarge%2CReviews&Style=http%3A%2F%2Fimages.amazon.com%2Fmedia%2Fi3d%2F01%2Famzn-wishlist-xsl-1-0.css%3Fv%3D1.0-0&ListType=WishList&Operation=ListLookup&Service=AWSECommerceService

Still not working in latest 3.12 Aplha build from 1/10

I am still seeing this amazon wish list rss feed issue in the latest 3.12 alpha from 1/10/08

Every time I refresh the following feed, it adds items for every entry again:

http://xml-us.amznxslt.com/onca/xml?SubscriptionId=1FJCCJ9W5JQJB6WDRM02&ListId=3G61D92IZVYEZ&ResponseGroup=ListFull%2CLarge%2CReviews&Style=http%3A%2F%2Fimages.amazon.com%2Fmedia%2Fi3d%2F01%2Famzn-wishlist-xsl-1-0.css%3Fv%3D1.0-0&ListType=WishList&Operation=ListLookup&Service=AWSECommerceService

Could it be that the pubDate

Could it be that the pubDate field in this feed is just the date and not the date/time? Would this work if a default value of 12:00:00 was set in feedreader if there is no time?

EDIT--That's not it--created a pipe to fix the pubDate but still get duplicate entries:
http://pipes.yahoo.com/pipes/pipe.info?_id=5ec5f9af60ef88ea781d45ea1c70bb63

Greetings, if downloaded

Greetings,

if downloaded feed content, put into my custom web server and checked with feedvalidator, lot of errors.

Item should contain a guid element (10 occurrences), with this we track changes, otherwise any change will say that it's new article.

pubDate must be an RFC-822 date-time: 2008-01-20
lastBuildDate must be an RFC-822 date-time: Thu, 12 May 2005 05:46:11 -800

etc

Ingmar
------
FR dev

Excellent! Thanks for the

Excellent! Thanks for the info--I have updated my yahoo pipe to copy the contents from <link> to a new <guid> element and it appears to be working correctly.