Thanks tsuji,
I'm need to save the output here so I can pass it further down in my script. With your first example, I'm not able to get just the "Hunger" value stripped off -
$a = $xml.SelectNodes("//Field[@name='Rubble']/Value/text()")
$a.value??
I've tried everthing I can think of to...
I’m new to Xpath and having troubles extracting the values I want here. This is an excerpt of my XML file -
<?xml version="1.0"?>
<Response command="view" app="ci" version="4.10.0 2-1 5467">
<App-Connection port="1234" userID="fred" server="slate.com"></App-Connection>
<WorkItems...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.