ankit.tayal560 has asked for the wisdom of the Perl Monks concerning the following question:
small part of my huge xml file is : """<signal sigid="3464" id="3490"> </signal>""" I want to get access to signal element. Input known is only sigid value i.e. 3464 . how can I do this with the help of XML::DOM? P.S. my xml file contains huge number of signal elements with different sigid values.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to parse a xml file using XML::DOM??
by choroba (Cardinal) on Sep 22, 2016 at 09:48 UTC | |
by robby_dobby (Hermit) on Sep 22, 2016 at 10:25 UTC | |
|
Re: How to parse a xml file using XML::DOM??
by Corion (Patriarch) on Sep 22, 2016 at 09:23 UTC | |
by ankit.tayal560 (Beadle) on Sep 22, 2016 at 09:31 UTC | |
by Corion (Patriarch) on Sep 22, 2016 at 12:15 UTC | |
|
Re: How to parse a xml file using XML::DOM??
by rminner (Chaplain) on Sep 22, 2016 at 12:09 UTC | |
|
Re: How to parse a xml file using XML::DOM??
by choroba (Cardinal) on Sep 22, 2016 at 15:45 UTC |