Reputation: 7039
I have a file that I open and parse and some of the categories can be modified. Im wondering how I can update the original Xml file with the new values.
Upvotes: 0
Views: 167
Reputation: 8641
I assume that the XML file is a normal sequential file. If so, you could try to update just one tag, but it would be easier and safer just to rewrite the entire file.
Upvotes: 2