Selecting attributes in xml using xpath in powershell

后端 未结 4 2068
醉梦人生
醉梦人生 2020-12-15 06:48

I am trying to use powershell and XPath to select the name attribute shown in the below xml example.

     $xml_peoples= $file.SelectNodes(\"//people\") 
             


        
4条回答
提交回复
热议问题