Quantcast
Channel: Need help parsing xml using PowerShell - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Mikhail Tumashenko for Need help parsing xml using PowerShell

You are getting one node because you wrote this:$XMLNode = $svip.selectSingleNode("node")So for your needs replace selectSingleNode it with foreach loop over selectNodes:foreach ($svip in $nodelist){...

View Article



Need help parsing xml using PowerShell

XML is not my suit, and I am attempting to parse an XML file using PowerShell 4.0. The XML file, named post_xml_question.xml, that I am attempting to parse looks like this:<?xml version="1.0"...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images