Subject: | items with 2 titles break the parser |
I don't know if it's invalid in the RSS 2.0 spec, but if there are 2
titles in a feed, I get an error like this:
Not a HASH reference at
/usr/local/lib/perl5/site_perl/5.10.0/XML/FeedPP.pm line 2103.
It's not a HASH ref but rather an ARRAYREF:
title => [
'Kingston SD4/8GB 8GB SDHC Class 4 Flash Card - $10.99',
{
'#text' => 'Kingston SD4/8GB 8GB SDHC Class 4 Flash Card',
'-xmlns' => 'http://search.yahoo.com/mrss/'
}
]
I'm attaching the feed that broke it.
Subject: | rss2_with_2_titles.xml |
Message body is not shown because it is too large.