PDA

View Full Version : How to remove an element from a nodelist.



menno
12-19-2015, 02:59 PM
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("*")