Element item = new Element("item");
item.addContent( new Element("link").setText(url) );
item.addContent( new Element("title").setText( e.getTitle()) );
item.addContent( new Element("description").setText( e.getContent()) );
//
// Attachments for enclosures