I have to XMLnodelists which is want to combine to one. So I would like to copy the content of oNodelist_B into oNodeList_A
Set oNodeList_A = xmldoc.getElementsByTagName("A")
Set oNodeList_B = xmldoc.getElementsByTagName("B")
anyone have an idea.?
This works for me:
Test XML: