in reply to Re: XML::Simple - Make arrays out of class attribute
in thread XML::Simple - Make arrays out of class attribute

Thanks mtths,
that's a good start. Might be the farest I can get with XML::Simple options. I think this makes the needed transformation easier.
  • Comment on Re^2: XML::Simple - Make arrays out of class attribute

Replies are listed 'Best First'.
Re^3: XML::Simple - Make arrays out of class attribute
by ikegami (Patriarch) on Sep 15, 2008 at 18:58 UTC
    Easier how? KeyAttr => [] is just the defaultjust like the default in this case. This is exactly the input on which my transformation code works.
      as per XML::Simple documentation:
      Note 1: The default value for 'KeyAttr' is ['name', 'key', 'id'].

        You're right. I mispoke slightly. It should have been

        KeyAttr => [] is just like the default in this case.