Since you've marked this as resolved, if you need more help it would be better to start a new thread.VB Code:
Set oxmlNodeList = XMLdoc.documentElement.selectNodes("//title") Dim oxmlElement As IXMLDOMElement For lngIndex = 0 To oxmlNodeList.length - 1 Set oxmlElement = oxmlNodeList(lngIndex).parentNode MsgBox oxmlElement.getAttribute("num") Next




Reply With Quote