Total beginner to XML Files as a form of data storage.
Can anyone give me an idea of the feasibility of this....a XML file containing data is read via ADO.net, and certain data is updated and the updates written back to the file.
I cant seem to find any documentation that allows an update of an XML file. Do i have to read in the whole file (including schema) into the Dataset, update within the dataset and then write a whole new XML file out?
Any input or pointers to an example of this functionality would be much appreciated!!
Cheers,
Stew
Can anyone give me an idea of the feasibility of this....a XML file containing data is read via ADO.net, and certain data is updated and the updates written back to the file.
I cant seem to find any documentation that allows an update of an XML file. Do i have to read in the whole file (including schema) into the Dataset, update within the dataset and then write a whole new XML file out?
Any input or pointers to an example of this functionality would be much appreciated!!
Cheers,
Stew