Hi Pat,
> 
> Thanks a lot for the suggestions !!! Problem is that I cannot 
> use different
> version of FOP :-(
> 
You don't need a different FOP-version. It's only a configuration step:

    System.setProperty("javax.xml.transform.TransformerFactory", 
                       "net.sf.saxon.TransformerFactoryImpl");
    xslEngine = TransformerFactory.newInstance();
    ...

For more info, see the Saxon and the Java-doc.

Cheers,
Detlef.


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

Reply via email to