|
@@ -29,6 +29,17 @@ inclusion/exclusion of files works, and how to write patterns.</p> |
|
|
attributes of <code><fileset></code> (<code>dir</code> becomes <code>basedir</code>) |
|
|
attributes of <code><fileset></code> (<code>dir</code> becomes <code>basedir</code>) |
|
|
as well as the nested <code><include></code>, <code><exclude></code> |
|
|
as well as the nested <code><include></code>, <code><exclude></code> |
|
|
and <code><patternset></code> elements.</p> |
|
|
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 |
|
|
<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> |
|
|
to an <code><xsl:param></code> declaration.</p> |
|
|
<p>This task supports the use of a nested <a href="../CoreTypes/xmlcatalog.html">xmlcatalog</a> |
|
|
<p>This task supports the use of a nested <a href="../CoreTypes/xmlcatalog.html">xmlcatalog</a> |
|
|