No such file or directory. means you are attempting to open/parse a file that doesn't exists.
Make sure you've got the right file name before attempting to parse it. Something like this might help
# inside your foreach loop before parsing, check if the file does exis +ts if (-e $file ) { # parse the file }else{ print "$file doesn't exists\n"; }
In reply to Re: Couldn’t create file parser context for file "somename.xml"
by ahmad
in thread Couldn’t create file parser context for file "somename.xml"
by laleh-poly
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |