[ Version ( deprecated = true , deprecated_since = "0.6" ) ]
public string format_content (FeedChannel channel, List<FeedItem> items) throws Error
Warning: format_content is deprecated since 0.6.
Format a FeedChannel in Atom and returns the resulting string.
Use format instead.
| this | |
| channel |
the FeedChannel to dump in the file. |
| items |
list of FeedItems to be added in the feed. |
|
a newly allocated string holding the formatted feed, to be freed when no longer in use. |