Posts Tagged ‘w3schools’
Is it possible to add elements to an xml file permanently using javascript?
I am using the examples on w3schools and as far as i can tell creating or adding an element with javascript only makes that element accessible through javascript. I want to actually write a new element in to my XML file. How can i do this?