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?

Regards, Maik


[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"/>
</component>
[...]

[sitemap.xmap]
[...]
<map:transformer name="saxon" pool-grow="2" pool-max="32" pool-min="8" 
src="org.apache.cocoon.transformation.TraxTransformer">
<use-request-parameters>false</use-request-parameters>
<use-browser-capabilities-db>false</use-browser-capabilities-db>      
<xslt-processor-role>org.apache.excalibur.xml.xslt.XSLTProcessor/saxon</xslt-processor-role>
</map:transformer>
[...]


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

Reply via email to