format_content


Description:

[ 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.

Note:

Use format instead.

Parameters:

this

a FeedsPublisher.

channel

the FeedChannel to dump in the file.

items

list of FeedItems to be added in the feed.

Returns:

a newly allocated string holding the formatted feed, to be freed when no longer in use.