Details
Description
If I want set the guid attribute for the feed item - <guid isPermaLink="false">7571-mysite.com</guid> I can't achieve this with the current implementation of the Zend_Feed, in this current implementation I can make only <guid>
$feedArray['entries'][] = array(
"guid" => "7571-mysite.com",
"title" => iconv("iso-8859-2","utf-8",$article->getTitle()),
....
....
);
minor priority