You select a node using the selectNode method and passing an XPath, as a string, such as "/myData/myNode" which selects the element named myNode under the document root element of myData. You can also select the atribute directly, if myNode had an attribute named myAtt then "/myData/myNode/@myAtt" ould select it. Suggest you read the examples that came with msxml 4 parser.
--
Joe (
Microsoft MVP - XML)