Hi Martin, thank you for Your response.
The class TransformerFactoryImpl has a new path in Saxon 7.x, so I am sure about its name. Additionally, I tried it with Saxon 6.x and got a similar message. Regards, Maik On Wednesday 06 August 2003 18:48, Martin Holz wrote: > Maik Dobryn <[EMAIL PROTECTED]> writes: > > Hi All, > > > > I am using Cocoon 2.1rc1. I would like to use the Saxon XSL Transformer > > instead of the default one, but I get an emtpy site in conjunction with > > an error in the logs. > > > > Do anyone know this kind of message and can tell me want it means? > > > > [core.log / error.log] > > ERROR (2003-08-06) 18:11.37:362 [core.xslt-processor] (/xthesis/) > > PoolThread-4/XSLTProcessorImpl: The indicated class > > 'net.sf.saxon.TransformerFactoryImpl' is not a TrAX Transformer Factory. > > Using default TrAX Transformer Factory instead. > > > > [cocoon.xconf] > > [...] > > <component role="org.apache.excalibur.xml.xslt.XSLTProcessor/saxon" > > class="org.apache.excalibur.xml.xslt.XSLTProcessorImpl" > > logger="core.xslt-processor"> > > <parameter name="use-store" value="false"/> > > <parameter name="transformer-factory" > > value="net.sf.saxon.TransformerFactoryImpl"/> > > ^^^^ > Are you sure about the classname? I use this in sitemap > with saxon 6.5.2 > > <map:transformer logger="sitemap.transformer.saxon" name="saxon" > src="org.apache.cocoon.transformation.TraxTransformer"> > > <transformer-factory>com.icl.saxon.TransformerFactoryImpl</transformer-fact >ory> </map:transformer> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
