Posted By:
Jaroslav_Kuruc
Posted On:
Wednesday, October 15, 2003 10:24 PM
hi!
here's an example:
i have a bunch of xml files, which i want to transform into html files. every xml file has assigned xsl stylesheet (by
tag inside xml). now i want call batch (ant task), which will transform all the xml files, but i don't want to specify xsl stylesheet for every xml file in ant's
.
i need something like ant task based on
org.apache.xalan.xslt.Process
. this class is able to load xsl stylesheet specified in input xml. i can use it like: