RJP_NxtGam has asked for the wisdom of the Perl Monks concerning the following question:
I have this XML string which I need to know the root name to parse the remaining elements. How can I parse the root name? Note: I need to parse several different string with different root names. Sample String: <Meter_Request Name="CREDIT"/>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML Parsing
by Discipulus (Canon) on May 28, 2015 at 06:57 UTC | |
by RJP_NxtGam (Initiate) on May 28, 2015 at 16:24 UTC | |
|
Re: XML Parsing
by choroba (Cardinal) on May 28, 2015 at 16:54 UTC | |
|
Re: XML Parsing
by Anonymous Monk on May 28, 2015 at 03:00 UTC |