Hi,
I am using webservice to get data from database and using in VBA of visio.
in web service I am using dataset.GetXml( ) method to return XML string.
using this string I want to parse required node using MSXML3
How we can parse required node instead of looping all the nodes.
Thanks,
Kota.
I am using webservice to get data from database and using in VBA of visio.
in web service I am using dataset.GetXml( ) method to return XML string.
using this string I want to parse required node using MSXML3
How we can parse required node instead of looping all the nodes.
Thanks,
Kota.