C.99 ZSDTValidateTask

The zsdtValidateTask validates a given Zend package descriptor against the schema file.

Table C.129: Attributes

NameTypeDescriptionDefaultRequired
descriptorStringThe package descriptor file.noneYes
schemaStringThe path to the package descriptor schema used for validation.noneNo

C.99.1 Example

<zsdtvalidate schema="/path/to/schema.xsl" descriptor="/path/to/descriptor.xml" />