in reply to XML::Simple Oddities and/or Philosophy

The problem is the way attributes of "id" (and "name and "key" ) are handled. Try using "KeyAttr=>[]" to ignore the default.
  • Comment on Re: XML::Simple Oddities and/or Philosophy

Replies are listed 'Best First'.
Re^2: XML::Simple Oddities and/or Philosophy
by osunderdog (Deacon) on Sep 26, 2005 at 20:25 UTC

    Duhooo!

    I tried several combinations of adding things to keyattr, however I didn't consider blanking it out.

    From the documentation:

    The default value for 'keyattr' is [ 'name', 'key', 'id' ]. Setting this option to an empty list will dis­ able the array folding feature.

    Thank you very much for your feedback.

    Hazah! I'm Employed!