(PHP 5)
DOMDocument::relaxNGValidate — Performs relaxNG validation on the document
Performs » relaxNG validation on the document based on the given RNG schema.
The RNG file.
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.
It's worth noting that when validation fails this function also triggers a warning.
You can suppress the warning using the set_error_handler and restore_error_handler functions.