Ping_Bee has asked for the wisdom of the Perl Monks concerning the following question:
expected output is<GroupsResponse> <Status>Success</Status> <Group resourceId="183837" id="11797" name="Test" description="" l +ocation=""> <ResourcePrototype id="10001" name="Cave"/> <Resource id="101052" name="ABC"/> <Resource id="101082" name="DEF"/> <Resource id="101094" name="GHI"/> </Group> </GroupsResponse>
ABC DEF GHI
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Extract XML data using xml :: simple
by choroba (Cardinal) on Sep 17, 2015 at 12:38 UTC | |
|
Re: Extract XML data using xml :: simple
by toolic (Bishop) on Sep 17, 2015 at 12:39 UTC | |
by Ping_Bee (Initiate) on Oct 01, 2015 at 11:40 UTC | |
by Corion (Patriarch) on Oct 01, 2015 at 11:43 UTC |