(PHP 5)
DOMDocument::schemaValidateSource — Validates a document based on a schema
$source
)Validates a document based on a schema defined in the given string.
sourceA string containing the schema.
Returns TRUE on success or FALSE on failure.