I am trying to select all the child nodes of root node of an xml document using XPath query.
My xml file looks something like following :
I don't know the old xml methods of C#, but you could always open the file to read as normal text, and then read to the first node and parse it however you like.