>>>>> "Lars" == Lars Huttar <[EMAIL PROTECTED]> writes:

    Lars> Thanks...  can you show me the relevant part of your
    Lars> cocoon.xconf and sitemap.xmap where the Saxon tranformer is
    Lars> declared, and tell me where you keep your saxon .jar file?

cocoon.xconf:

 <component logger="core.xslt-processor"
             role="org.apache.excalibur.xml.xslt.XSLTProcessor/saxon"
             class="org.apache.excalibur.xml.xslt.XSLTProcessorImpl">
     <parameter name="use-store" value="true"/>
     <parameter name="transformer-factory" 
value="net.sf.saxon.TransformerFactoryImpl"/>
  </component>

Sitemap:

    <map:transformers default="xslt-saxon">
      <map:transformer name="xslt-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>saxon</xslt-processor-role>
      </map:transformer>
      <map:transformer name="i18n" 
src="org.apache.cocoon.transformation.I18nTransformer">
        <catalogues default="forms">
          <catalogue id="forms" name="FormsMessages" location="messages"/>
        </catalogues>
        <cache-at-startup>true</cache-at-startup>
      </map:transformer>
      <map:transformer logger="forms" name="forms"
                       
src="org.apache.cocoon.forms.transformation.FormsTemplateTransformer"/>
    </map:transformers>

I put the saxon8.jar in lib/local
-- 
Colin Paul Adams
Preston Lancashire

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

Reply via email to