Groups | Blog | Home
all groups > dotnet xml > may 2004 >

dotnet xml : How can I get XmlNode from XmlTextReader


Bnaya Eshet
5/13/2004 12:19:09 PM
How can I get XmlNode from XmlTextReader



I need something like reader.Value bau instead of string I need the XmlNode
object.



Does any one know how to do it?





TNX

Oleg Tkachenko [MVP]
5/13/2004 12:39:29 PM
[quoted text, click to view]

You cannot. XmlTextReader is non caching forward-only reader and XmlNode
is a node in in-memory XmlDocument.

[quoted text, click to view]

What for?

--
Oleg Tkachenko [XML MVP]
AddThis Social Bookmark Button