ecuguru has asked for the wisdom of the Perl Monks concerning the following question:
My xml looks like: <record value1="1" value1="2"... My code is: my $value = $record1->getAttribute('value1'); The error that happens is: duplicate attribute at line 7, column 2, byte 167 at /Library/Perl/5.8 +.6/darwin-thread-multi-2level/XML/Parser.pm line 187
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Catch XML error
by Joost (Canon) on Jul 14, 2007 at 00:19 UTC | |
by ecuguru (Monk) on Jul 17, 2007 at 19:01 UTC | |
by Joost (Canon) on Jul 18, 2007 at 22:27 UTC | |
Re: Catch XML error
by philcrow (Priest) on Jul 13, 2007 at 20:44 UTC | |
by kyle (Abbot) on Jul 13, 2007 at 23:31 UTC |