if (elSource != null) {
String sourceName = elSource.getTextTrim();
Attribute sourceAttribute = elSource.getAttribute("url", defNS);
if (sourceAttribute != null) {
String sourceLocation = sourceAttribute.getValue().trim();
ItemSourceIF itemSource = cBuilder.createItemSource(rssItem,
sourceName, sourceLocation, null);
rssItem.setSource(itemSource);
}
}