stevel      2002/06/27 23:12:57

  Modified:    docs/manual/OptionalTasks Tag: ANT_15_BRANCH stylebook.html
                        xmlvalidate.html
  Log:
  followon from the javadoc exercise
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.1   +5 -0      jakarta-ant/docs/manual/OptionalTasks/stylebook.html
  
  Index: stylebook.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/stylebook.html,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- stylebook.html    3 Feb 2002 22:09:09 -0000       1.6
  +++ stylebook.html    28 Jun 2002 06:12:56 -0000      1.6.2.1
  @@ -14,6 +14,11 @@
   are required to run stylebook.</p>
   <p><b>Note:</b> This task depends on external libraries not included in the 
Ant distribution.
   See <a href="../install.html#librarydependencies">Library Dependencies</a> 
for more information.</p>
  +<p>
  + Being extended from &lt;Java&gt;, all the parent's attributes
  + and options are available. Do not set any apart from the <tt>classpath</tt>
  + as they are not guaranteed to be there in future.
  + </p>
   
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
  
  
  
  1.4.2.2   +2 -2      jakarta-ant/docs/manual/OptionalTasks/xmlvalidate.html
  
  Index: xmlvalidate.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/xmlvalidate.html,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- xmlvalidate.html  24 May 2002 15:47:57 -0000      1.4.2.1
  +++ xmlvalidate.html  28 Jun 2002 06:12:56 -0000      1.4.2.2
  @@ -16,7 +16,7 @@
   
   <p>This task supports the use of nested <a
   href="../CoreTypes/xmlcatalog.html">xmlcatalog</a> elements and/or nested 
  -&lt;dtd&gt; elements which are used to resolve DTDs and entities.</p>
  +<tt>&lt;dtd&gt;</tt> elements which are used to resolve DTDs and 
entities.</p>
   
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
  @@ -34,7 +34,7 @@
       <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)
  +        (ignored if the specified parser is as SAX1 parser)
       </td>
       <td valign="top" align="center">No</td>
     </tr>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to