Join our community in the tech forums for uncut technology discussion.
DOMDocument->relaxNGValidate()
DOMDocument->relaxNGValidate() --
Performs relaxNG validation on the document
Descriptionclass DOMDocument { bool relaxNGValidate ( string filename ) }
Performs relaxNG validation on the document
based on the given RNG schema.
Return Values
Returns TRUE on success or FALSE on failure.
Join our community in the tech forums for uncut technology discussion.
|