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><fileset></code> (<code>dir</code> becomes <code>basedir</code>) as well as the nested <code><include></code>, <code><exclude></code> and <code><patternset></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><param></code> element which is used to pass values to an <code><xsl:param></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]