Nodejs d'analyse XML rapide


const XMLParser = require("fast-xml-parser");
XMLParser.parse(XMLdata);
KostasX