Hello,

I know there's a method (mydataset.ReadXml()) that allows me to read an xml file to a datatable, however, I don't want to read the WHOLE file to the datatable, just specific nodes. Is this possible without querying the information and then adding it to the datatable?

Thanks in advance!