Re: Saxon8

2005-11-12 Thread Andreas L Delmelle

On Nov 11, 2005, at 18:03, Daniel Brown wrote:



Sorry, I should add that this is using the JVM 1.3.1

When I use the JVM 1.5 it doesn't want to get external XSLs, though.


What do you mean exactly by 'external'? Imported or included  
stylesheets?



Cheers,

Andreas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Saxon8

2005-11-11 Thread Daniel Brown

Sorry, I should add that this is using
the JVM 1.3.1

When I use the JVM 1.5 it doesn't want
to get external XSLs, though. 

Regards,

Daniel 






Daniel Brown <[EMAIL PROTECTED]>

11/11/2005 11:51 AM



Please respond to
fop-users@xmlgraphics.apache.org





To
fop-users@xmlgraphics.apache.org


cc



Subject
Re: Saxon8









This is the error 

java.lang.NoClassDefFoundError: java/lang/CharSequence

        at net.sf.saxon.Configuration.(Configuration.java:66)

        at net.sf.saxon.TransformerFactoryImpl.(TransformerFactoryImpl.java:42)

        at java.lang.Class.newInstance0(Native Method)

        at java.lang.Class.newInstance(Class.java:232)

        at javax.xml.transform.FactoryFinder.newInstance(FactoryFinder.java:97)

        at javax.xml.transform.FactoryFinder.findJarServiceProvider(FactoryFinder.java:275)

        at javax.xml.transform.FactoryFinder.find(FactoryFinder.java:182)

        at javax.xml.transform.TransformerFactory.newInstance(TransformerFactory.java:100)

        at com.binarytree.xml.fo.Converters.convertXML2PDF(Converters.java:55)

        at com.binarytree.xml.fo.ConvertDBL_DOC.main(ConvertDBL_DOC.java:31)

Exception in thread "main" 

Regards,

Daniel 




Andreas L Delmelle <[EMAIL PROTECTED]>

11/11/2005 11:21 AM





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 kinds of error are you talking about? There should be no need  
for additional libraries...

Cheers,

Andreas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Saxon8

2005-11-11 Thread Daniel Brown

This is the error

java.lang.NoClassDefFoundError: java/lang/CharSequence
        at net.sf.saxon.Configuration.(Configuration.java:66)
        at net.sf.saxon.TransformerFactoryImpl.(TransformerFactoryImpl.java:42)
        at java.lang.Class.newInstance0(Native
Method)
        at java.lang.Class.newInstance(Class.java:232)
        at javax.xml.transform.FactoryFinder.newInstance(FactoryFinder.java:97)
        at javax.xml.transform.FactoryFinder.findJarServiceProvider(FactoryFinder.java:275)
        at javax.xml.transform.FactoryFinder.find(FactoryFinder.java:182)
        at javax.xml.transform.TransformerFactory.newInstance(TransformerFactory.java:100)
        at com.binarytree.xml.fo.Converters.convertXML2PDF(Converters.java:55)
        at com.binarytree.xml.fo.ConvertDBL_DOC.main(ConvertDBL_DOC.java:31)
Exception in thread "main"


Regards,

Daniel





Andreas L Delmelle <[EMAIL PROTECTED]>

11/11/2005 11:21 AM



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 kinds of error are you talking about? There should be no need  
for additional libraries...

Cheers,

Andreas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 Sun, but I just use 1.5, so I forget the details of that bit).

For questions like this, I recommend subscribing to 
[EMAIL PROTECTED] Mike Kay is VERY good about answering 
questions, often within just a few minutes (remember that he lives in 
England, though, so don't expect much late in the day).

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 PDF - Performance








> In this respect, it may prove worthwhile to track
down whether
> this difference is really caused by the XSLT processor itself,
> or merely by the fact that Saxon comes bundled with its own
> XML parser (AElfred).

>From the Aelfred web site on Sourceforge:

"Saxon versions from 7.2 onwards no longer include a built-in XML
parser. 
This decision was taken because Saxon is now dependent on JDK 1.4, which

includes its own XML parser, and therefore the original reason for 
bundling a parser with Saxon has disappeared."

That listing is a bit out of date, as the last couple versions (8.5 and

8.6) of Saxon use the 1.5 JDK.

So, versions 7 & 8 of Saxon (which provide access to XSLT 2.0) use

Crimson. Version 6.x uses Aelfred. I believe the OP mentioned using Saxon

8, so the parser in question is Crimson.

FWIW

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]