Help for this page

Select Code to Download


  1. or download this
    if ($strict) {
            TRACE("Using strict validation");
    ...
            $DOMparser->setValidationSchemaFullChecking(0);
            $DOMparser->setLoadExternalDTD(0);
    }
    
  2. or download this
    my $validator = XML::Validate::Xerces->new( strict_validation => 1 );