in reply to Re: XML::Simple - Duplicate Node Overwrites
in thread XML::Simple - Duplicate Node Overwrites
Changed the output:print Dumper XMLin($xml, KeyAttr => 'test');
$VAR1 = { 'test' => [ { 'first' => { 'content' => 'Mike', 'id' => 'white' }, 'id' => '1' }, { 'last' => { 'content' => 'Gifford', 'id' => 'black' }, 'id' => '1' } ] };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML::Simple - Duplicate Node Overwrites
by wind (Priest) on Apr 23, 2011 at 07:36 UTC | |
by ikegami (Patriarch) on Apr 23, 2011 at 07:59 UTC | |
by Anonymous Monk on Apr 23, 2011 at 08:07 UTC | |
by ikegami (Patriarch) on Apr 23, 2011 at 08:22 UTC | |
by Anonymous Monk on Apr 23, 2011 at 09:29 UTC |