NAnt
Help
Task Reference
<validatexml> |
NAnt.Contrib.Tasks () |
Validates a set of XML files based on a set of XML Schemas (XSD).
| Attribute | Type | Description | Required |
|---|---|---|---|
| failonerror | bool | False | |
| if | bool | False | |
| unless | bool | False | |
| verbose | bool | False |
Contains a collection of XmlSchemaReference elements.
<validatexml>
<schemas>
<schema source="rcf-schema.xsd" />
<schema namespace="urn:schemas-company-com:base" source="base-schema.xsd" />
</schemas>
<files>
<includes name="*.xml" />
</files>
</validatexml>