I have a node in which there are a node with the tag name "Name".
What is the best way of finding that node?

One way I think should work is to take the Node.InnerXml and load that into an XmlDocument and then use the GetNodesByTagName. But there must be a simpler way?