C.100 ZSDTValidateTask

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

Table C.130: Attributes

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

C.100.1 Example

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