-
Notifications
You must be signed in to change notification settings - Fork 11
Incompatibilities
jonasbn edited this page Jan 24, 2025
·
2 revisions
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