Marshaller m = context.createMarshaller();
m.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true);
objFactory = new ObjectFactory();
//création WIKI
XmlWiki wiki = objFactory.createXmlWiki();
//création ACHIEVEMENTS
XmlAchievements myXmlAchievements = objFactory.createXmlAchievements();
wiki.setACHIEVEMENTS(myXmlAchievements);
//parsing HTML WIKI
parseHtmlAchievement(AllLinesWot, cat1BattleHero, cat2Comm, objFactory, wiki);
parseHtmlAchievement(AllLinesWot, cat2Comm, cat3Epc, objFactory, wiki);
parseHtmlAchievement(AllLinesWot, cat3Epc, cat4Special, objFactory, wiki);