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