DOMDocument->relaxNGValidate()
DOMDocument->relaxNGValidate() --
Performs relaxNG validation on the document
Descrição
class
DOMDocument {
bool
relaxNGValidate ( string filename )
}
Performs relaxNG validation on the document
based on the given RNG schema.
Valores Retornados
Retorna TRUE em caso de sucesso ou FALSE em falhas.