peterreilly 2004/02/24 06:29:37 Modified: . Tag: ANT_16_BRANCH WHATSNEW docs/manual/OptionalTasks Tag: ANT_16_BRANCH xmlvalidate.html Log: Sync with HEAD Revision Changes Path No revision No revision 1.503.2.47 +2 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.503.2.46 retrieving revision 1.503.2.47 diff -u -r1.503.2.46 -r1.503.2.47 --- WHATSNEW 24 Feb 2004 14:07:24 -0000 1.503.2.46 +++ WHATSNEW 24 Feb 2004 14:29:37 -0000 1.503.2.47 @@ -21,6 +21,8 @@ Other changes: -------------- +* Docs fixes for xmlvalidate.html. Bugzilla Report 27092. + Changes from Ant 1.6.0 to Ant 1.6.1 =================================== No revision No revision 1.10.2.3 +19 -14 ant/docs/manual/OptionalTasks/xmlvalidate.html Index: xmlvalidate.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/xmlvalidate.html,v retrieving revision 1.10.2.2 retrieving revision 1.10.2.3 diff -u -r1.10.2.2 -r1.10.2.3 --- xmlvalidate.html 9 Feb 2004 22:12:12 -0000 1.10.2.2 +++ xmlvalidate.html 24 Feb 2004 14:29:37 -0000 1.10.2.3 @@ -10,15 +10,18 @@ <h2><a name="xmlvalidate">XMLValidate</a></h2> <h3>Description</h3> -<p>This task checks xml files are valid (or only well formed). The +<p>This task checks that XML files are valid (or only well formed). The task uses the SAX2 parser implementation provided by JAXP by default (probably the one that is used by Ant itself), but one can specify any SAX1/2 parser if needed.</p> <p>This task supports the use of nested - <li/><a href="../CoreTypes/xmlcatalog.html"><tt><xmlcatalog></tt></a> elements - <li/><tt><dtd></tt> elements which are used to resolve DTDs and entities. - <li/><tt><attribute></tt> elements which are used to set features on the parser. These can be any number of <a href="http://www.saxproject.org/apidoc/org/xml/sax/package-summary.html#package_description">http://xml.org/sax/features/</a> or other features that your parser may support. + <li><a href="../CoreTypes/xmlcatalog.html"><tt><xmlcatalog></tt></a> elements</li> + <li><tt><dtd></tt> elements which are used to resolve DTDs and entities</li> + <li><tt><attribute></tt> elements which are used to set features on the parser. + These can be any number of + <a href="http://www.saxproject.org/apidoc/org/xml/sax/package-summary.html#package_description"><tt>http://xml.org/sax/features/</tt></a> + or other features that your parser may support.</li> </p> <h3>Parameters</h3> @@ -36,8 +39,8 @@ <tr> <td valign="top">lenient</td> <td valign="top"> - if true, only check the xml document is well formed - (ignored if the specified parser is as SAX1 parser) + if true, only check the XML document is well formed + (ignored if the specified parser is a SAX1 parser) </td> <td valign="top" align="center">No</td> </tr> @@ -48,7 +51,7 @@ </tr> <tr> <td valign="top">classpathref</td> - <td valign="top">where to find the parser class. Optionally can use an embedded classpath element.</td> + <td valign="top">where to find the parser class. Optionally can use an embedded <tt><classpath></tt> element.</td> <td align="center" valign="top">No</td> </tr> <tr> @@ -65,7 +68,9 @@ <h3><a name="nested">Nested Elements</a></h3> <h4>dtd</h4> -<dtd> is used to specify different locations for DTD resolution. +<p> +<tt><dtd></tt> is used to specify different locations for DTD resolution. +</p> <table border="1" cellpadding="2" cellspacing="0"> <tr> <td width="12%" valign="top"><b>Attribute</b></td> @@ -85,14 +90,14 @@ </tr> </table> <h4>xmlcatalog</h4> -<p>The <a href="../CoreTypes/xmlcatalog.html">xmlcatalog</a> -element is used to perform Entity resolution.</p> +<p>The <a href="../CoreTypes/xmlcatalog.html"><tt><xmlcatalog></tt></a> +element is used to perform entity resolution.</p> <h4>attribute</h4> -<p>The attribute element is used to set SAX Parser features. -There can an arbitrary amount of attribute set as defined here: - <a href="http://www.saxproject.org/apidoc/org/xml/sax/package-summary.html#package_description">http://xml.org/sax/features/</a> +<p>The <tt><attribute></tt> element is used to set SAX Parser features. +There can be any number of attributes set, as defined here: + <a href="http://www.saxproject.org/apidoc/org/xml/sax/package-summary.html#package_description"><tt>http://xml.org/sax/features/</tt></a> A feature essentialy changes the mode of the parser. -<attribute> an attribute is used to set specific features on the parser. +</p> <table border="1" cellpadding="2" cellspacing="0"> <tr> <td width="12%" valign="top"><b>Attribute</b></td>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]