Element articleElement = factory.createElement("article");
articleElement.add(factory.createAttribute(articleElement, "channel",
articleChannel));
articleElement.add(factory.createAttribute(articleElement, "section",
articleSection));
articleElement.add(factory.createAttribute(articleElement, "year", articleYear));
articleElement.add(factory.createAttribute(articleElement, "id",
articleDirectory));
articlesElement.add(articleElement);
writeDocument(newDossierPath, newDossierDocument);