I have a xmlnode list where I want to remove elements after is the list is filled with all the information. I want check if the element contains the value “Result” and “Test” then i do not want to remove this element, else I want to remove the element. And then loop through the whole nodelist.
Anyone a good idea?
Set oNodeList = xmldoc.getElementsByTagName("*")