}
}
protected void insertElement(Document document, String parentXPath, String elementName,
String channel, String section, String year, String id, String title) {
DocumentHelper documentHelper = new DocumentHelper();
Element newArticleElement = (Element) document.selectSingleNode(parentXPath + "/" +
elementName + "[@id='" + id + "'][@section='" + section + "']");
if (newArticleElement != null) {