Search code examples
selectsinglenodeixmldomelement

Selectsinglenode in IXMLDOMElement?


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


Solution

  • 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.