in reply to How Xerces validation access http schemas ?
Hints are all I can offer, unfortunately.
You could use Module::Versions::Report at the end of your script to list out all the loaded versions of the modules used and compare the results between the 2 servers.
Similarly, you could use Devel::Trace on both servers to determine where the execution paths differ.
It's worth noting that the most recent versions of XML::Validate and XML::Xerces are from 15 years ago and may not play so well with modern systems (O/S, Module dependencies, Perl itself, etc.).
Good luck with your investigations.
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How Xerces validation access http schemas ?
by Anonymous Monk on Apr 08, 2021 at 16:01 UTC |