From 682a74a6c623f3ab366b848b9662a81160a9f526 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Wed, 2 Jan 2002 10:42:29 +0000 Subject: [PATCH] Added reference to the Styler task git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270503 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 82 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 35 ++++++++++++++++++++ 2 files changed, 117 insertions(+) diff --git a/docs/external.html b/docs/external.html index bd9fb658b..fa2dedd08 100644 --- a/docs/external.html +++ b/docs/external.html @@ -889,6 +889,88 @@ + + + +
+ + Styler + +
+
+

The styler task makes useful combinations of XSLT transformations + easy to specify in an Ant build file. Like the built-in Ant task + style, styler can apply a single transformation to a set of XML files. + But it can also:

+
    +
  • handle multiple transformations, in parallel or pipelined.
  • +
  • enable transformations that split or merge files
  • +
  • process non-XML files, especially HTML (based on JTidy)
  • +
  • apply non-XSLT transformation, especially "regular + fragmentations"
  • +
  • use any custom XMLReader or XMLFilter class to handle new file + formats and transformation techniques.
  • +
+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.4 + +
+ + URL: + + + + http://www.langdale.com.au/styler/ + +
+ + Contact: + + + + Arnold deVos + +
+ + License: + + + + LGPL + +
+
+
diff --git a/xdocs/external.xml b/xdocs/external.xml index 7a165e067..e2d9baaf8 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -306,6 +306,41 @@
+ + +

The styler task makes useful combinations of XSLT transformations + easy to specify in an Ant build file. Like the built-in Ant task + style, styler can apply a single transformation to a set of XML files. + But it can also:

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.4
URL:http://www.langdale.com.au/styler/
Contact:Arnold deVos
License:LGPL
+
+

TiniAnt is an Ant task to support building applications for