in reply to Start tag expected

Hey,
I found the mistake, I made because I didn't read enough the documentation.
Here the answer:
my $d = XML::LibXML->new->parse_file($file);

Thanks to helped me
Maxim