Try adding classpath="path_to/saxon.jar" to your <xslt/> task. I also have processor="trax" but I don't know if that matters.
David > -----Original Message----- > From: Jirka Kosek [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 29, 2007 2:07 AM > To: Eric Johnson > Cc: [email protected] > Subject: Re: [docbook-apps] Ant XSLT task error > > Eric Johnson wrote: > > > > 'com.sun.org.apache.xalan.internal.xsltc.compiler.ApplyTemplat > [EMAIL PROTECTED]'. > > [xslt] : Fatal Error! Could not compile stylesheet > > It seems that you are using XSLTC as your XSLT engine (XSLTC > is default in Java 1.5+). The easiest workaround is to use > different XSLT engine, ideally Saxon 6.5.x. I'm not ant > expert, so try to consult ant documentation or Google on how > to change XSLT engine used. > > -- > ------------------------------------------------------------------ > Jirka Kosek e-mail: [EMAIL PROTECTED] http://xmlguru.cz > ------------------------------------------------------------------ > Professional XML consulting and training services > DocBook customization, custom XSLT/XSL-FO document processing > ------------------------------------------------------------------ > OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member > ------------------------------------------------------------------ > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
