Easiest way would simply be to load in the XML file as an
XMLDocument, edit it how you want and then rewrite it to
the file. (note I said the easiest, not necessarily the
best).
Take a look at the following links for some info on how to
do it:
Hei,
The problem is that I am doing:
File.Copy(this.file_name,this.save_name,true);
Than I want to edit some of the attributes in the new copy ,how can I do
it?
Not to add new attributes but to edit(rewrite) some of the attributes in
the document) How? Thanks a lot!
The problem is that I am doing:
File.Copy(this.file_name,this.save_name,true);
Than I want to edit some of the attributes in the new copy ,how can I do
it?
Not to add new attributes but to edit(rewrite) some of the attributes in
the document) How? Thanks a lot!
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.