|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
need xml helpI'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 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. On May 5, 3:04 pm, AVL <A***@discussions.microsoft.com> wrote: Show quote > 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 |
|||||||||||||||||||||||