1.

Can You Give Me A Simple Ant Xslt Task Example?

Answer»

Here is a working one!

<xslt style="${xslfile}" in="${INFILE}" out="${outfile}" &GT;
<classpath>
<FILESET DIR="${xml.home}/bin" 
INCLUDES="*.jar" />
</classpath>
</xslt>

Here is a working one!

<xslt style="${xslfile}" in="${infile}" out="${outfile}" >
<classpath>
<fileset dir="${xml.home}/bin" 
includes="*.jar" />
</classpath>
</xslt>



Discussion

No Comment Found