Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by surge3333

  1. surge3333

    Format of XPath Selec Statement

    Thanks tsuji. That did it.
  2. surge3333

    Format of XPath Selec Statement

    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...
  3. surge3333

    Format of XPath Selec Statement

    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...

Part and Inventory Search

Back
Top