Hi!
I´m writting an application that uses a short XML file to store names and propierties of users:
<list>
<user name="John Smith">
<prop1/>
<prop2/>
...
</user>
</list>
Now I need to add more users and saving the new configuration in the same file, where the old was. I do that with DOM in VBScript and works fine until I try to save with the instruction XMLDoc.save("file.xml"
I´ve tried to do that throug remote scripting (running the funtion in an ASP file and calling it from the HTML page), but it doesn´t work.
Could anyone give me some new idea?
Thanks a lot!!
I´m writting an application that uses a short XML file to store names and propierties of users:
<list>
<user name="John Smith">
<prop1/>
<prop2/>
...
</user>
</list>
Now I need to add more users and saving the new configuration in the same file, where the old was. I do that with DOM in VBScript and works fine until I try to save with the instruction XMLDoc.save("file.xml"
I´ve tried to do that throug remote scripting (running the funtion in an ASP file and calling it from the HTML page), but it doesn´t work.
Could anyone give me some new idea?
Thanks a lot!!