Russell NF39
New Member
I have been using google for a while and read lots of stuff about parsing from XML with json and other methods. What I could not find is a recent answer to a question? How is it possible to write an XML file using JS or JSON? If that is not possible(as i suppose) then is it possible to convert txt to xml using js or any other way? I want to avoid using PHP in this experiment.I imagine the conversion as simple as having a string variable which has all the xml file content in it and saving it as a file. Thank you!