Re: ant xslt on java 1.5

2006-03-31 Thread Jakob Fix
I use the mtxslt task which allows you to specify the processor to use. http://mtxslt.sourceforge.net/ On 3/31/06, Robert Koberg <[EMAIL PROTECTED]> wrote: > Mark Lybarger wrote: > > i'll go ahead and reply to my own post. the "solution" seems to put > > xalan.jar into the ant lib folder. With

Re: ant xslt on java 1.5

2006-03-31 Thread Robert Koberg
Mark Lybarger wrote: i'll go ahead and reply to my own post. the "solution" seems to put xalan.jar into the ant lib folder. With it there, the task works, without that jar there, it doesn't work. I tried creating my own xslt task by extending the main task for ant's xslt. I thought this might

Re: ant xslt on java 1.5

2006-03-31 Thread Mark Lybarger
i'll go ahead and reply to my own post. the "solution" seems to put xalan.jar into the ant lib folder. With it there, the task works, without that jar there, it doesn't work. I tried creating my own xslt task by extending the main task for ant's xslt. I thought this might get me around any class

ant xslt on java 1.5

2006-03-30 Thread Mark Lybarger
i'm trying to use ant's xslt task on java 1.5. Here's my target call: And the exception is: [xslt] Transforming into C:\dev\workspace-wtp-1.0\myProj\build\doc