8000 Incompatibilities · perl-workflow/perl-workflow Wiki · GitHub
[go: up one dir, main page]

Skip to content

Incompatibilities

jonasbn edited this page Jan 24, 2025 · 2 revisions

XML::Simple

CPAN testers reports however do demonstrate a problem with one of the dependencies of Workflow, namely XML::Simple

The XML::Simple makes use of XML::SAX or XML::Parser, the default.

In addition an XML::Parser can makes use of plugin parser and some of these might not be able to parse the XML utilized in Workflow. The problem have been observed with XML::SAX::RTF.

The following diagnostic points to the problem:

No parse* routine defined on this driver (If it is a filter, remember to set the Parent property. If you call the parse() method, make sure to set a Source. You may want to call parse_uri, parse_string or parse_file instead.)

Your XML::SAX configuration is located in the file: XML/SAX/ParserDetails.ini

Clone this wiki locally
0