Hi experts,
I am using the MSXML4.0 parser in VB6. I have an XML file that is browsed and selected by the user. The XML contains lot of tags.I am intersted in mining out the data that is contained in the child nodes of a tag named leadmeasurements. The lead measurements tag will also contain a lot of child nodes... I do not know how to use the MSXML 4.0 . Can anyone help me ?? i need to know wat all functions i need to call to get the nodes named leadmeasurements and then extract data from the child nodes. please give me a sample code that i can refer and get to know how to ues the MSXML4.0 functions effectively..