How to select xml root node when root node has attribute?

前端 未结 3 377
故里飘歌
故里飘歌 2020-12-21 03:41

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 :



        
3条回答
  •  一生所求
    2020-12-21 04:31

    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.

提交回复
热议问题