Saxon8

2005-11-11 Thread Daniel Brown
I have tried to implement Saxon8.6 in place of Xalan but am getting errors. Are there other libraries I require? Regards, Daniel [EMAIL PROTECTED] 11/11/2005 10:36 AM Please respond to fop-users@xmlgraphics.apache.org To fop-users@xmlgraphics.apache.org cc Subject Re: Large

Re: Saxon8

2005-11-11 Thread Andreas L Delmelle
On Nov 11, 2005, at 17:25, Daniel Brown wrote: I have tried to implement Saxon8.6 in place of Xalan but am getting errors. Are there other libraries I require? What kinds of error are you talking about? There should be no need for additional libraries... Cheers, Andreas

Re: Saxon8

2005-11-11 Thread JBryant
I have tried to implement Saxon8.6 in place of Xalan but am getting errors. Are there other libraries I require? Regards, Daniel Hi, Daniel, The Saxon distribution is self-contained, so you should need no other libraries. It requires Java 1.5 (or Java 1.4 and some additional package from

Re: Saxon8

2005-11-11 Thread Daniel Brown
Please respond to fop-users@xmlgraphics.apache.org To fop-users@xmlgraphics.apache.org cc Subject Re: Saxon8 On Nov 11, 2005, at 17:25, Daniel Brown wrote: I have tried to implement Saxon8.6 in place of Xalan but am getting errors. Are there other libraries I require? What

Re: Saxon8

2005-11-11 Thread Andreas L Delmelle
On Nov 11, 2005, at 17:51, Daniel Brown wrote: This is the error java.lang.NoClassDefFoundError: java/lang/CharSequence Hmm. Running on Java 1.3 perhaps? This interface is available in Java as of version 1.4. Cheers, Andreas