easiest way of using xml for simple storage
Hi!
I need only to fill a xml-file with 1-n list of filenames, and
a easy way to delete from the list. I Have'nt used xml for 5 years or so, and i cant find any concrete example on this issue, as there are hundreds of ways of storing data and retriveing it seems.
so only fill <files>filename</files>.. etc etc and remove of it..
or should i just create a textfile and delete from it? :P
thanks,
- c
Re: easiest way of using xml for simple storage
If you are familiar with Datasets, an easy solution would be to use the built-in XML functions there.
Examples here:
http://www.codersource.net/csharp_da...etter_use.html