in reply to Re^2: XML::Simple parsing into a hash wierd behaviour
in thread XML::Simple parsing into a hash wierd behaviour
I don't disagree with the principle, but the devil is in the details.
XML::Simple defaults to unsafe behaviour.
The whole idea of doing a little work up front to save work later on just doesn't pan out in my experience with XML::Simple. I've already exposed this myth.
Simplifying the tree sounds good, but it all it really does is make XML::Simple useable. Alternatives have query mechanisms that allow one to jump around the tree as easily.
XML::Simple handles namespace VERY poorly
This defect can be fixed.
It can only handle some XML formats.
This limitation is intrinsic to the design and cannot be fixed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML::Simple parsing into a hash wierd behaviour
by Jenda (Abbot) on Apr 21, 2010 at 10:31 UTC | |
by ikegami (Patriarch) on Apr 22, 2010 at 02:18 UTC |