(PHP 5, PHP 7)
Performs relaxNG validation on the document
public bool DOMDocument::relaxNGValidateSource ( string $source )
Performs ยป relaxNG validation on the document based on the given RNG source.
Parameters:
source
A string containing the RNG schema.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
DOMDocument::relaxNGValidate() -
DOMDocument::schemaValidate() -
Please login to continue.