in reply to Re^4: extracting attribute values which might have multiple occurences from xml file
in thread extracting attribute values which might have multiple occurences from xml file
(untested)#!/usr/bin/perl use XML::XSH2; xsh << '__XSH__'; open 'C:\location\test.xml' ; for /httpsRoutes/httpsRoute echo @hostname (key) @tier | type > out.txt __XSH__
|
|---|