|
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.
|