I have a xml document that has a good amount of data in it...
I can execute the SelectNodes function to return a nodelist, but now I would like to dump this node list into a new xml.xmldocument object?
any thoughts???
I have tried to loop thur each node and place it into a dataset and merge it with the next node, but the results are not what I intended on. the New xml.xmldocument needs to have the same structure as the original.
