Re: XSLT Task with external Saxon8

2005-01-17 Thread Anthony B. Coates
I'm not planning to develop the 'mtxslt' task further, since I haven't felt it as necessary for Ant 1.6 as it was for Ant 1.5. That said, I use Saxon 8 regularly, but I do so by setting the classpath environment variable to include the Saxon JAR file. I must admit, it is a disappointment to

XSLT Task with external Saxon8

2005-01-13 Thread Robert Soesemann
Is there a way to tell Ant's xslt task to uses Saxon8 as processor WITHOUT copying the saxon8.jar to the Ant lib directory. I need this to be as plattform independant as possible. Therefore I would prefer putting the jar into an external application folder. It does not work when I just add saxon to