Home All Groups Group Topic Archive Search About
Author
5 May 2007 1:04 PM
AVL
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

Author
6 May 2007 12:05 PM
Kitto
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

AddThis Social Bookmark Button