in reply to Re^3: Is there any XML reader like this?
in thread Is there any XML reader like this?
<station20> <user>netcool</user> <process assignment="temporary">some text</process> </station20> <station19> <user>netcool</user> <process>nco_objserv</process> <process>nco_p_mttrapd</process> </station19>
Anything missing here?my $xml = XMLin("PROCESS.CONF"); ...... foreach $process ( @{ $xml->{$server}{process} } ) .....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Is there any XML reader like this?
by Corion (Patriarch) on Jan 19, 2012 at 14:49 UTC | |
by ashok.g (Beadle) on Jan 19, 2012 at 16:07 UTC | |
|
Re^5: Is there any XML reader like this?
by ashok.g (Beadle) on Jan 19, 2012 at 14:01 UTC |