My task is to open an XML file using JavaScript, be able to make changes to some fields if necessary, and then write the changes to the original file. I was able to open and read the file, but now I need to save the changes. I have the names and values of necessary parameters in an array. I am not new to programming but I am new to scripting. Please help.