in reply to XML::Simple - multi level
If your element 'name' had a different name, things would have worked as you expected, but by default XML::Simple recognizes 'name' hence the need to setup the module with an empty 'KeyAttr' as runrig said.Note 1: The default value for 'KeyAttr' is ['name', 'key', 'id']. If y +ou do not want folding on input or unfolding on output you must setti +ng this option to an empty list to disable the feature.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Simple - multi level
by djbryson (Beadle) on Dec 11, 2007 at 16:58 UTC |