[Powershell]XPathでXMLドキュメントを検索する

$xmlDoc = [xml](Get-Content <xmlファイルのパス>)
$xmlNavi=$xmlDoc.CreateNavigator()
$xmlNavi.Select("<xpath式>")

コメントを残す