reading the xpath contained in xml using powershell
hi,
my xml contains
<xpath>configuration/appsettings/add[@key='abc'][@value]</xpath>
<value>124</value>
i want fetch value corresposnding xpath "add[@key='abc']" xml using powershell
that not xml. piece of edit command reying setting app.config file?
$node=$xml.selectsinglenode("//configuration/appsettings/add[@key='abc']")
\_(ツ)_/
Windows Server > Windows PowerShell
Comments
Post a Comment