XML
Can any one tell me what is difference b/w xmlreader and xmltextreader................?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 14, 2011, 6:42 AM
Suthish NairPosted Apr 14, 2011, 6:42 AM
xmltextreader are derived from or implementation of xmlreader class.
xmltextreader provides forward-only, read-only access to XML data, reading and retrieval is fast (same thing done by xmlreader).
Importance of xmltextreader