diff --git a/docs/manual/CoreTasks/style.html b/docs/manual/CoreTasks/style.html index d7acbb6b3..6ab17dbe3 100644 --- a/docs/manual/CoreTasks/style.html +++ b/docs/manual/CoreTasks/style.html @@ -15,8 +15,9 @@

This is useful for building views of XML based documentation, or for generating code.

Note: If you are using JDK 1.4 or higher, this task does not require external libraries -not supplied in the Ant distribution. Otherwise, -see Library Dependencies for more information.

+not supplied in the 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. +See Library Dependencies for more information.

It is possible to refine the set of files that are being processed. This can be done with the includes, includesfile, excludes, excludesfile and defaultexcludes attributes. With the includes or includesfile attribute you specify the files you want to @@ -46,7 +47,8 @@ scanincludedirectories attribute to false.

This task supports the use of a nested xmlcatalog element which is used to perform Entity and URI resolution

<style> and <xslt> refer to the same Ant task and can be used interchangeably.

-

If you want to use Xalan-J 1 or XSL:P, you also need Ant's optional.jar

+

If you want to use Xalan-J 1 or XSL:P, you also Ant optional JARs, + specifically ant-xalan1.jar and ant-xslp.jar

Parameters