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.

Parametre

filename

The RNG file.

Vrátené hodnoty

Vracia TRUE pri �spechu alebe FALSE pri chybe.

Tiež pozri

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