I was able to load an XML document with javascript and make some changes to it and then validate them. Now how do I save those changes I made interacively with javascript?
The previous poster is right. You have to write the file back in order to save it. You probably don't need to reload it if you made the changes to your document object. It should still be valid.
Uura
~~~~
"Common sense tells you that the world is flat."
Thanks for the help everyone. Whichman I have been trying this with the original file and the same file and I am getting a permission denied error. Why is that?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.