On 2009-10-07, Knuplesch, Juergen <Juergen.Knuplesch@icongmbh.de> wrote:
> After taking xalan 2.7.1 into Ants lib path, my XSLT using saxon dont
> work anymore:
Are you sure Ant is using Saxon at all after your change? I don't see
any explicit configuration for saxon here
> <xslt style="${dsf.comparedsffiles.xsltfile}"
> in="${dsf.comparedsffiles.in}"
> out="${dsf.comparedsffiles.out}" >
> <classpath>
> <pathelement location="${ant.xslt.saxonjar}" />
> </classpath>
> <param name="filename.1" expression="${dsf.comparedsffiles.file1}"/>
> <param name="filename.2" expression="${dsf.comparedsffiles.file2}"/>
> <param name="errorfilename" expression="${dsf.comparedsffiles.error}"/>
> </xslt>
Does it help if you add a <factory> nested element to the task?
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|