I'm a newbie to xml concepts..
my requirement is to read a very big xml file and pick up few slected nodes
and build List array out of it.....
how to I acheive it with minimal coding?
which xml class supports this..
any good samples? please help out
Kitto - 06 May 2007 13:05 GMT
You could have a look at a SAX Parser for .NET
http://saxdotnet.sourceforge.net/
I haven't used it myself but it's supposed to be a good way of parsing
large XML files.
> I'm a newbie to xml concepts..
> my requirement is to read a very big xml file and pick up few slected nodes
[quoted text clipped - 4 lines]
>
> any good samples? please help out