[ic] XML::Parser again...

Carsten Jahnke carstenjahnke at web.de
Mon Jun 14 09:26:29 EDT 2004


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

email: carstenjahnke at web.de


More information about the interchange-users mailing list