diff --git a/docs/manual/OptionalTasks/xmlvalidate.html b/docs/manual/OptionalTasks/xmlvalidate.html index 3dacc748c..087325fe4 100644 --- a/docs/manual/OptionalTasks/xmlvalidate.html +++ b/docs/manual/OptionalTasks/xmlvalidate.html @@ -212,10 +212,13 @@ Scan all XML files in the project, using the catalog defined inline. <attribute name="http://xml.org/sax/features/namespaces" value="true"/> </xmlvalidate> -Validate all .xml files in xml directory with the parser configured to perform schema validation. Note: The parser must support the -
http://apache.org/xml/features/validation/schemafeature. +Validate all .xml files in xml directory with the parser configured to perform XSD validation. +Note: The parser must support the feature +
http://apache.org/xml/features/validation/schema
.
+The schemavalidate task is better for validating
+W3C XML Schemas, as it extends this task with the right options automatically enabled,
+and makes it easy to add a list of schema files/URLs to act as sources.
-<pathconvert dirsep="/" property="xsd.file">