I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-03-28 20:59:35-08 by grantm in response to 2051
Re: Using keyattr causes repeated elements to be ignored

Yes, this is this the expected behaviour. When multiple values are assigned to the same hash key, each new value will overwrite the previous one.

You might be better off switching to XML::LibXML. This article compares the two modules.

Since your XML uses namespaces, you'll also need to use XML::LibXML::XPathContext.

Either the Perlmonks web site or the Perl-XML mailing lists are better places to get help.

Direct Responses: Write a response