XML Creating, Editing and Saving in JS



I am trying to create something with heavy XML editing dependencies and I have a few questions about how I would go about doing certain things.


What I know:




  • HTML editing




  • XML method editing shares most methods with HTML (which is a type of XML itself)




  • How to load an XML document and navigate it




My questions:




  • how do you save an XML document that was edited in javascript or does it do it automatically




  • how do you create a blank XML file with javascript




No comments:

Post a Comment