From cocoon-dev-return-44329-apmail-xml-cocoon-dev-archive=xml.apache.org@xml.apache.org Tue Jul 01 15:41:19 2003 Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 63271 invoked by uid 500); 1 Jul 2003 15:41:17 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 63192 invoked from network); 1 Jul 2003 15:41:17 -0000 Received: from unknown (HELO prideth.rennes.jouve.fr) (195.6.79.173) by daedalus.apache.org with SMTP; 1 Jul 2003 15:41:17 -0000 Received: from rennes.jouve.fr (obillard.rennes.jouve.fr [193.106.15.150]) by prideth.rennes.jouve.fr (8.9.1b+Sun/8.9.1) with ESMTP id RAA05671 for ; Tue, 1 Jul 2003 17:56:18 +0200 (MET DST) Message-ID: <3F01AB9B.8080702@rennes.jouve.fr> Date: Tue, 01 Jul 2003 17:41:15 +0200 From: Olivier Billard User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: fr, fr-fr, en, en-us MIME-Version: 1.0 To: cocoon-dev@xml.apache.org Subject: Re: Use of generated stylesheets References: <3F019EB3.8040003@rennes.jouve.fr> <3F01AA70.6070307@anyware-tech.com> In-Reply-To: <3F01AA70.6070307@anyware-tech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks (again :) !) Sylvain ! It seems that you're right... The effect is still not what I meant, but now the cocoon: works... -- Olivier Sylvain Wallez wrote: > Olivier Billard wrote: > >> Hi all ! >> >> I posted my question on "Users", but it seems more appropriate to ask >> it here. >> I want to use a generated stylesheet with an XSL transformer, using >> the cocoon protocol. >> But I get this error : >> >> org.apache.cocoon.ProcessingException: Unable to get transformer >> handler for cocoon://picto-filter.xsl: >> org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in >> creating Transform Handler > > > > This exception often occurs when the stylesheet is not correct. You > should have more details about what goes wrong either in some chained > exception, or in the log files (Xalan often logs the error before > raising the exception). > > Sylvain >