You should use the Item property - using something likethe tagname of the 1st node is 'tag', the following command should return just that first node.
oXML.GetElementsByTagName("*").Item(1).NodeName should return "tag" in your case. Also, you might want to look into the thread on XML parsing in the Other forum on this board. Stan