SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

generateFeedStart and generateFeedEnd is only available for Atom Feeds #310

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The GoogleBaseFeed-Class provides methods to output the header and the footer 
of a feed.
This is useful when you don't want to hold all entries in memory but output 
them one after another.
But these methods are only available for Atom feeds, RSS feeds can only be 
generated as a whole.
It would be useful to have a generateFeedStartRss and generateFeedEndRss 
methods.

Original issue reported on code.google.com by turbok...@gmail.com on 22 Sep 2010 at 9:53