Jump to content

XML DOM


tiagozc

Recommended Posts

Hello guysIf i create a new xml dom in memory, how can i do to save this xml dom in a file?and more, if i read a xml file into a xml dom and make some changes (like add a new attribute for example), how can i save this changes in the file?thank yousorry about my english

Link to comment
Share on other sites

The only way you can save a file on the client's computer is to have that computer use Windows, run Internet Explorer, and have your code use ActiveX. If this is the case, check out the filesystemobject in VBScript.If the computer is set up in any other way, you'll have to take care of this on the server side (using PHP, ASP, ASP.NET, CF, etc.) and, once that file was generated, the client would be able to download it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...