Hi all, I have the following problem :

I have a list of XML files that contain data for an application. I need to loop through each of those files to find a search string. If found I need to store each matching node, together with its parents, into a treeview. Any ideas how this can be achieved?