I need to read the contents of an xml doc and return values from certain nodes. I know that I can do this with the dataset and by using xmldocument.load().
My question is about performance, which should I use? I don't need data from the whole document, just certain nodes.
Thanks.
My question is about performance, which should I use? I don't need data from the whole document, just certain nodes.
Thanks.