I try to parse a rss feed with Rome and read out the <generator> subelement of <channel>. Although the element is defined in the RSS feed, Channel#getGenerator() returns always null. I reviewed some parts of the parser source and it seems that the rss parser does not handle the <generator> element (or do i missed this part?). Please correct this.
We recently moved to GitHub. The issue is now located here: https://github.com/rometools/rome/issues/154 (and is solved in https://github.com/rometools/rome/issues/162)