rajaoirshi has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to parse XML files using the XML parser but it fails with the error when the Couldn't open /path to file.xml :
No such file or directory at /usr/local/share/perl5/XML/Parser/PerlSAX +.pm line 146.
The xml files does exist in the mentioned location.
This is how I am calling the
my $parser = XML::Parser::PerlSAX->new( Handler => $RespHandler ); $parser->parse(Source => { SystemId => $ResponseXML });
Please let me know how to get this fixed
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML parser unable to open file
by swl (Prior) on Nov 11, 2020 at 03:03 UTC | |
by rajaoirshi (Initiate) on Nov 11, 2020 at 05:40 UTC | |
by afoken (Chancellor) on Nov 11, 2020 at 11:52 UTC | |
by hippo (Archbishop) on Nov 11, 2020 at 09:54 UTC | |
by swl (Prior) on Nov 11, 2020 at 07:44 UTC | |
|
Re: XML parser unable to open file
by afoken (Chancellor) on Nov 11, 2020 at 12:08 UTC |