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 -->
<pathconvert dirsep="/" property="xsd.file">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]