mibe/FeedWriter

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

mibe opened this issue · 1 comments

mibe commented

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.

mibe commented

Fixed by fixing #18. 😏