I am trying to parse xml file using MSXML , But I want to parse particular tags(nodes) not all nodes. Below two lines additional to the whole for xml parsing , gives output of all nodes. If I replace L" " to L"tag_name" ... I will get the results but I want to include more tags not just one. Please help.
//Variable with the name of node to find: BSTR strFindText = L" ";//" " means to output every node