protected void checkEntryConstraints(final Element eEntry) throws FeedException {
}
protected Element generateCategoryElement(final Category cat) {
final Namespace namespace = getFeedNamespace();
final Element catElement = new Element("category", namespace);
final String term = cat.getTerm();
if (term != null) {
final Attribute termAttribute = new Attribute("term", term);