Re: XML - Attribute/Element names and XML::Simple module
by ken@[EMAIL PROTECTED]
(Ken Williams)
Jun 13, 2007 at 08:58 PM
On Jun 12, 2007, at 8:50 PM, Jim wrote:
> I'm having a bear of a time figuring out why XML::Simple seems to
> want to make both the attribute and child element of a specific
> element into their own elements. I'm starting to wonder if the XML
> supplied as input is illegally formatted?
There's nothing wrong with your XML, there's of course no prohibition
against attributes and children with the same names. You can run /
usr/bin/xmllint on it to be sure. If XML::Simple is messing it up,
that must be a bug.
-Ken