View Single Post

  #2 (permalink)  
Old 05-28-2007, 03:30 AM
sammy sammy is offline
Senior Member
 
Join Date: Apr 2006
Posts: 162
sammy is on a distinguished road
The reader object is very useful and advantageous by its feature of very fast forward but it can be used only for read-only processing of an application. As you have mentioned they do not allow traversing a document in different directions and also they do not allow writing information to XML document. For doing this and for handling your requirement of insert a node in your application you must make use of XML DOM which has XmlNode class having these abilities and features.
Reply With Quote