bodewig     2005/03/15 08:12:44

  Modified:    docs/manual/CoreTasks style.html
  Log:
  stronger warning
  
  Revision  Changes    Path
  1.37      +11 -0     ant/docs/manual/CoreTasks/style.html
  
  Index: style.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/style.html,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- style.html        10 Mar 2005 13:09:25 -0000      1.36
  +++ style.html        15 Mar 2005 16:12:44 -0000      1.37
  @@ -29,6 +29,17 @@
     attributes of <code>&lt;fileset&gt;</code> (<code>dir</code> becomes 
<code>basedir</code>)
     as well as the nested <code>&lt;include&gt;</code>, 
<code>&lt;exclude&gt;</code>
     and <code>&lt;patternset&gt;</code> elements.</p>
  +
  +<p><b>Note</b>: Unlike other similar tasks, this task treats
  +directories that have been matched by the include/exclude patterns of
  +the implicit fileset in a special way.  It will apply the stylesheets
  +to all files contain in them as well.  Since the default include
  +pattern is <code>**</code> this means it will apply the stylesheet to
  +all files.  If you specify an excludes pattern, it may still work on
  +the files matched by those patterns because the parent directory has
  +been matched.  If this behavior is not what you want, set the
  +scanincludedirectories attribute to false.</p>
  +
   <p>This task supports the use of a nested <code>&lt;param&gt;</code> element 
which is used to pass values
     to an <code>&lt;xsl:param&gt;</code> declaration.</p>
   <p>This task supports the use of a nested <a 
href="../CoreTypes/xmlcatalog.html">xmlcatalog</a>
  
  
  

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

Reply via email to