views:

188

answers:

1

can i perform select single node from IXMLDOMElement ,if its possible give me one example for that using MSXML

+1  A: 

In what language? To solve what problem?

For what it's worth, the MSDN documentation for IXMLDOMElement::selectSingleNode can be found here, and includes samples in a few different languages.

Reuben