You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2006/01/11 15:53:29 UTC

svn commit: r368033 - /ant/core/trunk/docs/manual/OptionalTasks/xmlvalidate.html

Author: stevel
Date: Wed Jan 11 06:53:25 2006
New Revision: 368033

URL: http://svn.apache.org/viewcvs?rev=368033&view=rev
Log:
point to schemavalidate

Modified:
    ant/core/trunk/docs/manual/OptionalTasks/xmlvalidate.html

Modified: ant/core/trunk/docs/manual/OptionalTasks/xmlvalidate.html
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/OptionalTasks/xmlvalidate.html?rev=368033&r1=368032&r2=368033&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/xmlvalidate.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/xmlvalidate.html Wed Jan 11 06:53:25 2006
@@ -212,10 +212,13 @@
   <attribute name="http://xml.org/sax/features/namespaces" value="true"/>
 </xmlvalidate>
 </pre>
-Validate all .xml files in xml directory with the parser configured to perform schema validation. Note: The parser must support the
-<pre>http://apache.org/xml/features/validation/schema</pre> feature.
+Validate all .xml files in xml directory with the parser configured to perform XSD validation.
+Note: The parser must support the feature
+<code>http://apache.org/xml/features/validation/schema</code>.
+The <a href="schemavalidate.html">schemavalidate</a> 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.
 
-<br>
 <pre>
 <!-- Converts path to URL format -->
 &lt;pathconvert dirsep="/" property="xsd.file"&gt;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org