Is it possible to modify xml with clientside vbscript or javascript. I'd like to change the attributes of a couple nodes depending on their values. Is this possible? If so how do I do it? Any websites with good examples?
Change it how? If you mean changing the file itself on your server then the answer is absolutely not. Nothing on the client side can make changes on the server side. If you want to change actual docs on the server you will need to use server side scripting.
If you just want to change what is displayed, then there are any number of ways to do that on the client side. JavaScript, VB Script, C-Side ASP, XSL.... you get the idea.
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.