On Thu, 24 Feb 2011, Jerome Renard wrote: > Related issue : https://issues.apache.org/jira/browse/ZETACOMP-23 > > the support of "managingEditor" does not seem to be correct in > ezcFeedRss2. The problem lies in the way this tag is handled. For the > moment the value for this tag is coupled to "author" in > ezcFeedRss2::generateOptional() (line 367) which lead to multiple > <managingEditor> generated in the final feed which is incorrect. > > Do you think that decoupling <managingEditor> from "author" and adding > support for a new "managingEditor" item in ezcFeed::add() would make > sense ? This new item could simply point to a ezcFeedPersonElement > object like "author", "contributor" and "webmaster". > > That way we could simply add a new case in > ezcFeedRss2::generateOptional() to handle this <managingEditor> tag > correctly. > > What do you think ?
How do other feed types support managingEditor? cheers, Derick