Olivier Billard
Tue, 01 Jul 2003 07:37:50 -0700
Unfortunately, using the http:// protocol isn't very portable... "Con" and "StephenNg" were able to use the cocoon protocol... I'll ask them.
Check out:
http://wiki.cocoondev.org/Wiki.jsp?page=MetaStylesheets
Regards, Upayavira
On 1 Jul 2003 at 16:06, Olivier GUCKERT wrote:
Olivier Billard a écrit :
Hi all !
I'm trying to use a generated stylesheet for an xsl transformer and 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
Here is a snippet of my sitemap :
<map:match pattern="picto-filter.xsl"> <map:generate src="context://WEB-INF/workflow.xconf"/> <map:transform src="stylesheets/picto-filter-generator.xsl"/> <map:serialize type="xml"/> </map:match>
...
<map:match pattern="requestlist-part"> ... <map:transform src="cocoon:/picto-filter.xsl"/> <map:serialize type="xml"/> </map:match>
Isn't the cocoon protocol used in transformers ?? Am I misunderstanding some things ? Thanks in advance !!
Did youb try : <map:transform src="cocoon:picto-filter.xsl"/>
(without the "/" before picto) ?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Olivier BILLARD Service Propriété Industrielle __________________________________
JOUVE 12, rue des Landelles Immeuble Hercules II 35510 CESSON-SEVIGNE FRANCE __________________________________
Phone : 33 2 99 86 93 55 Fax : 33 2 99 86 98 01 E-Mail : [EMAIL PROTECTED] __________________________________
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]