In the following example I can get the text of child nodes with –
varData = xmlDoc1.Childnodes(i).Text
However, I can’t figure out how to get the value set in a parent node – for example – the Meeting ID in – or the Event ID in the text property seems to return the text from all of the nodes children
–
–
–
ASCOT
R
9
I tried .attributes(“ID) and a variety of alternatives but I just cant find the right syntax