Cags Posted April 22, 2004 Posted April 22, 2004 I'm attempting to alter an xml file. This file will have 2 main nodes in it, a Count node, and a Data node, what i wish todo is to amend a child node to the data node and increment the count node by one. At the moment i am doing this by loading it into the DOM and changing it, then using the save method. However this I know has alot of memory overheads, is there any way of doing this using the XmlTextReader & XmlTextWriter? I've played around with it abit, but can't seem to find an easy way of simply copying data from the reader to the writer. Quote Anybody looking for a graduate programmer (Midlands, England)?
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.