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.
如果成功则返回 TRUE,失败则返回 FALSE。
TRUE
FALSE