Javascript debugger Website design ↑
DOMDocument { bool relaxNGValidateSource(string source);}
bool relaxNGValidateSource(string source);
Performs » relaxNG validation on the document based on the given RNG source.
A string containing the RNG schema.
Returns TRUE on success or FALSE on failure.
TRUE
FALSE
Javascript debugger Website design