I am looking for a good tutorial on reading, writing and modifying XML in C#.
This is the approach I think I should use.
Read the XML file and put it in a dataset. Manipulate the dataset as needed, and write it back out to the XML file. I guess I am suppose to blow away the entire XML file before doing this?
Is there a way to just delete/update a "line" of XML as opposed to blowing it away and recreating the entire file? Is this practical?
Thanks,
Chad
This is the approach I think I should use.
Read the XML file and put it in a dataset. Manipulate the dataset as needed, and write it back out to the XML file. I guess I am suppose to blow away the entire XML file before doing this?
Is there a way to just delete/update a "line" of XML as opposed to blowing it away and recreating the entire file? Is this practical?
Thanks,
Chad