From 591d233731fe98cd471e4049e302e04acdca816b Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 11 Jan 2006 14:53:25 +0000 Subject: [PATCH] point to schemavalidate git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@368033 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/xmlvalidate.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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/schema
feature. +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">