in reply to Re^2: Trees in XML
in thread Trees in XML
It is not XML::Simple which is mangling the order; it is the very property of a hash, that you don't have order there. That's the reason why I used forcearray in my example: This makes the person elements go into array instead of a hash, and staying in the same order as in the XML file.
BTW, does the order matter in your example?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Trees in XML
by Anonymous Monk on Jun 03, 2008 at 12:59 UTC | |
by mirod (Canon) on Jun 03, 2008 at 13:33 UTC |