DOMDocument->relaxNGValidate()

DOMDocument->relaxNGValidate() --  Performs relaxNG validation on the document

Popis

class DOMDocument {

bool relaxNGValidate ( string filename )

}

Performs relaxNG validation on the document based on the given RNG schema.

Seznam parametrů

filename

The RNG file.

Návratové hodnoty

Vrací TRUE při úspěchu, FALSE při selhání.

Viz také

DOMDocument->relaxNGValidateSource()
DOMDocument->schemaValidate()
DOMDocument->schemaValidateSource()
DOMDocument->validate()