[ic] XML::Parser again...

Grant emailgrant123b at yahoo.com
Mon Jun 14 13:55:56 EDT 2004


--- Carsten Jahnke <carstenjahnke at web.de> wrote:
> Hey folks,
> 
> hopefully someone has experience using this module.
> the using tag and functionality around is running.
> 
> I'm parsing an XML file with well-formed xml (BMECAT
> 1.2). Others work 
> well but this one won't!
> 
> Calling the Parser with
> 
> eval {
> 			$parser->parsefile($transformed_output_file);
> 		};
> 		if ($@) {
> 			Log("\\ XML Import Parser Error: $@");
> 			return "[L]Parser caused an error! Please check
> error.log[/L]";
> 		}
> 
> In $@ we have
> "
> Can't use string ("1") as an ARRAY ref while "strict
> refs" in use at 
> (tag 'cgi') line 283.
> "
> then.
> I asked google and someone suggested an upgrade to
> XML::Parser v2.34 but 
> we're running exactly that version.
> 
> 
> Any ideas ?
> 
> regards
> cja
> 
> 
> -- 
> Carsten Jahnke

It sounds like this probably isn't an option, but if
you switch to XML::Simple I should be able to help. 
I've got a few tags running with that module.

- Grant


	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


More information about the interchange-users mailing list