if (txtinp != null) {
ParserUtils.matchCaseOfChildren(txtinp, new String[] { "title",
"description", "name", "link" });
TextInputIF rssTextInput = cBuilder.createTextInput(txtinp
.getChildTextTrim("title", defNS), txtinp.getChildTextTrim(
"description", defNS), txtinp.getChildTextTrim("name", defNS),
ParserUtils.getURL(txtinp.getChildTextTrim("link", defNS)));
chnl.setTextInput(rssTextInput);
}