FEATURE REQUEST XmlTextReaderWriter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

XmlTextReaderWriter as I would like to be able to modify an XML value
inplace of an existing file which would require both read and write
operations.

I want to be able to modify like I would a .INI file, inplace. So I can
say something like update this node from this value to this value but I dont
want to have to read in all the nodes and values and then rewrite them all.

Thanks
 
yea, thats will be nice ;) will be great if it's will support huge files,
something counted in hundreds megabytes...
 
You might want to take a look at .NET v2.0. As far as I've understod,
they've enhanced System.Xml with a set of new classes to accomodate tasks
such as yours. That is, a forward only high performance reader with the
option of changing values along the way ..

Might want to take a look at the PDC stuff!
 
Where can I find the Class reference for this?

Would it be on longhorn.msdn.microsoft.com?
 
Back
Top