Re: XSLT task in Ant 1.7.0+saxon8 fails when processing more than one file

2007-02-05 Thread Carlos
I've found a workaround: using reloadstylesheet="true". Could it be then a problem with Saxon? But then, why is it working with Ant 1.6.5? Thanks, Carlos Carlos wrote: > > Hi. I'm using Ant 1.7.0 and I need XSLT 2.0, so I'm using saxon8.jar > by adding a "classpath" element to the "xslt" ele

XSLT task in Ant 1.7.0+saxon8 fails when processing more than one file

2007-02-05 Thread Carlos
Hi. I'm using Ant 1.7.0 and I need XSLT 2.0, so I'm using saxon8.jar by adding a "classpath" element to the "xslt" element in the Ant script. My problem is that the XSLT task behaves strangely when used for a set of files (using basedir,destdir and extension attributes), although it works OK for