my $schema = XML::LibXML::Schema->new( location => $schema_url ); eval { $schema->validate($doc); 1 } or die("...\n");