From ec9145fe3aa26a8a691c62dcb193a3d07c165641 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 16 Sep 2005 20:03:57 +0000 Subject: [PATCH] PR36680: comment on java bundled XSL engines. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@289642 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/style.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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