in reply to Re: How do I parse XML with repeating attribute values?
in thread How do I parse XML with repeating attribute values?

ikegami,

Thanks, you are quite correct. I was screwed up by the rather too cute default value for KeyAttr. From the XML::Simple perldoc:

Note 1: The default value for 'KeyAttr' is 'name', 'key', 'id'.

(Note to self: I will read the manual. I will read the manual. I will RTFM ...)

Larry
  • Comment on Re^2: How do I parse XML with repeating attribute values?

Replies are listed 'Best First'.
Re^3: How do I parse XML with repeating attribute values?
by ikegami (Patriarch) on Dec 13, 2011 at 00:18 UTC
    I don't blame you. It's a bad default.