summaryrefslogtreecommitdiff
path: root/manual/Tasks/style.html
diff options
context:
space:
mode:
Diffstat (limited to 'manual/Tasks/style.html')
-rw-r--r--manual/Tasks/style.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/manual/Tasks/style.html b/manual/Tasks/style.html
index 2ae47a1b2..9f0a16c68 100644
--- a/manual/Tasks/style.html
+++ b/manual/Tasks/style.html
@@ -29,12 +29,6 @@
<h3>Description</h3>
<p>Process a set of documents via XSLT.</p>
<p>This is useful for building views of XML based documentation, or for generating code.</p>
-<p><strong>Note</strong>: If you are using JDK 1.4 or higher, this task does not require external
-libraries not supplied in the Apache Ant distribution. However, often the built in XSL engine is not
-as up to date as a fresh download, so an update is still highly recommended in particular since the
-built-in XSLT processors of Java 5 (and to a certain extent Java 6) are known to have serious
-issues. See <a href="../install.html#librarydependencies">Library Dependencies</a> for more
-information.</p>
<p>It is possible to refine the set of files that are being processed. This can be done with
the <var>includes</var>, <var>includesfile</var>, <var>excludes</var>, <var>excludesfile</var>
and <var>defaultexcludes</var> attributes. With the <var>includes</var> or <var>includesfile</var>