I\'m wondering, is it possible to create an XML file with some data in Javascript? I have the data stored in variables.
I\'ve googled around a bit and it doesn\'t see
this work for me..
var xml = parser.parseFromString('', "application/xml");
developer.mozilla.org/en-US/docs/Web/API/DOMParser