Ammar Hedi (stu) wrote:

>Is there possible to make an xslt transformation by using the task JAVA? 
>
>  
>

you can either directly invoke the XSLT processor of your choice (if its
on your machine), using
the <java/> tag if its a Java processor or the <exec/> or <apply/> if it
has a command line interface.

alternately you can use Ant's built in <style/> task, pls refer to Ant's
manual for usage

gl, Jim Fuller

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to