Hello,
I use the sun program Stylizer.java on
with takes as input two arguments: an xslt stylesheet and a xml file and converts the xml file into html via the stylesheet (on standard input).
I would like to use ant to tranform all my *.xml files into *.html with same name.
I know how to do it with make but not with ant.
I read the doc but didn't find anything.
If anyone can help...
Thanks.
Bob
I use the sun program Stylizer.java on
with takes as input two arguments: an xslt stylesheet and a xml file and converts the xml file into html via the stylesheet (on standard input).
I would like to use ant to tranform all my *.xml files into *.html with same name.
I know how to do it with make but not with ant.
I read the doc but didn't find anything.
If anyone can help...
Thanks.
Bob