NodeJs parser XML cepat


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