}
}
// no content, then try <content:encoded>
if (getText() == null || getText().trim().length() == 0) {
ContentModule cm = (ContentModule)romeEntry.getModule(ContentModule.URI);
if (cm != null) {
setText(StringEscapeUtils.unescapeHtml(cm.getEncoded()));
}
}
// copy categories
if (romeEntry.getCategories().size() > 0) {