Looking at the documentation of XML::Checker, I can see why you're confused. ugh. It turns out that XML::Checker::Parser may be a better option. Fortunately, it's much easier:
use XML::Checker::Parser; my $parser = XML::Checker::Parser->new(); eval { $parser->parsefile ("file.xml") };
In reply to Re: XML::Checker
by chromatic
in thread XML::Checker
by aroso
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |