in reply to How to parse a xml file using XML::DOM??
Personally, I would use XML::DOM::XPath, locate the element through the appropriate XPath query (//signal[@sigid="3464"]) and then output its value.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to parse a xml file using XML::DOM??
by ankit.tayal560 (Beadle) on Sep 22, 2016 at 09:31 UTC | |
by Corion (Patriarch) on Sep 22, 2016 at 12:15 UTC |