DRing
DRing

Reputation: 7039

Update a XML file

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

Answers (1)

Joe Malin
Joe Malin

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

Related Questions