Thread: Usage Scenario

View Single Post

  #2 (permalink)  
Old 06-10-2007, 03:13 PM
caradoc caradoc is offline
Senior Member
 
Join Date: Apr 2006
Posts: 144
caradoc is on a distinguished road
Because of the thin layer in the functionality difference you would have got confused with the usage of XmlNodeReader and XmlTextReader. Make use of XmlNodeReader document when you need to modify the structure of you document or randomly access the nodes within it. For only reading purpose make use of XmlTextReader. By this approach you can make use of XmlNodeReader and XmlTextReader efficiently.
Reply With Quote