mibe / FeedWriter

PHP Universal Feed Generator

Home Page:http://ajaxray.com/blog/php-universal-feed-generator-supports-rss-10-rss-20-and-atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The 'generator' element in ATOM feeds is missing the URI

mibe opened this issue · comments

When calling the addGenerator() method in ATOM feeds, the <generator> element should contain the URI to this GitHub project as XML attribute:

https://github.com/mibe/FeedWriter/blob/master/Feed.php#L138

This is not working because there is currently no technique to add channel elements which contain attributes (besides the special atom:link element). See #18 for that problem.

Fixed by fixing #18. 😏