ehatcher 02/01/02 02:42:29
Modified: docs external.html
xdocs external.xml
Log:
Added reference to the Styler task
Revision Changes Path
1.23 +82 -0 jakarta-ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/external.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- external.html 14 Dec 2001 15:21:56 -0000 1.22
+++ external.html 2 Jan 2002 10:42:28 -0000 1.23
@@ -889,6 +889,88 @@
</blockquote>
</td></tr>
</table>
+ <table border="0" cellspacing="0" cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Styler"><strong>Styler</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>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:</p>
+ <ul>
+ <li>handle multiple transformations, in parallel or
pipelined.</li>
+ <li>enable transformations that split or merge files</li>
+ <li>process non-XML files, especially HTML (based on
JTidy)</li>
+ <li>apply non-XSLT transformation, especially "regular
+ fragmentations"</li>
+ <li>use any custom XMLReader or XMLFilter class to handle new
file
+ formats and transformation techniques.</li>
+ </ul>
+ <table>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Compatibility:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Ant 1.4
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ URL:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <a
href="http://www.langdale.com.au/styler/">http://www.langdale.com.au/styler/</a>
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Contact:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <a href="mailto:[EMAIL PROTECTED]">Arnold deVos</a>
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ License:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ LGPL
+ </font>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ </td></tr>
+ </table>
<table border="0" cellspacing="0"
cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
1.22 +35 -0 jakarta-ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- external.xml 14 Dec 2001 15:21:56 -0000 1.21
+++ external.xml 2 Jan 2002 10:42:29 -0000 1.22
@@ -306,6 +306,41 @@
</table>
</subsection>
+ <subsection name="Styler">
+
+ <p>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:</p>
+ <ul>
+ <li>handle multiple transformations, in parallel or pipelined.</li>
+ <li>enable transformations that split or merge files</li>
+ <li>process non-XML files, especially HTML (based on JTidy)</li>
+ <li>apply non-XSLT transformation, especially "regular
+ fragmentations"</li>
+ <li>use any custom XMLReader or XMLFilter class to handle new file
+ formats and transformation techniques.</li>
+ </ul>
+ <table>
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.4</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://www.langdale.com.au/styler/">http://www.langdale.com.au/styler/</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href="mailto:[EMAIL PROTECTED]">Arnold deVos</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>LGPL</td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="TiniAnt">
<p>TiniAnt is an Ant task to support building applications for
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>