RssChannel channel = new RssChannel();
channel.setChannelTitle("Karens Recipes | Most Recent");
channel.setChannelLink("http://santasu.blogspot.com/feeds/posts/default?alt=rss");
channel.setChannelDescription("The 10 most recently added recipes in the soup category.");
channel.setChannelUri("http://santasu.blogspot.com/feeds/posts/default?alt=rss");
doc.addChannel(channel);
Enumeration ee = channel.items();