DOMDocument->schemaValidate

(no version information, might be only in CVS)

DOMDocument->schemaValidate --  Validates a document based on a schema.

Description

bool DOMDocument->schemaValidate ( string filename)

Validates a document based on a schema defined by filename.

See also DOMDocument->schemaValidateSource(), DOMDocument->relaxNGValidate(), DOMDocument->relaxNGValidateSource() and DOMDocument->validate().