DOMDocument->schemaValidate()

DOMDocument->schemaValidate() --  Validates a document based on a schema

Popis

class DOMDocument {

bool schemaValidate ( string filename )

}

Validates a document based on a the given schema file.

Parametre

filename

The path to the schema.

Vrátené hodnoty

Vracia TRUE pri �spechu alebe FALSE pri chybe.

Tiež pozri

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