Hello there,
currently im using the Microsoft.XMLDOM object to parse a certain XML file When i travers the dom-tree using
forall node in upperNode.childNodes
end forall
and want to use node.childNodes I get a
“Automation object member not found”
Error. I want to know whats the cause of this and most important how I can solve this problem.