Thanks Olivier but this syntax is not correct.

You must put a "/" to refer to the current sitemap, and "//" to refer to the root sitemap (or maybe the inverse).

--

Olivier BILLARD




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]




-- 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]
__________________________________

Le présent mail ainsi que toutes les informations qu'il contient ne peuvent en aucun cas être considérés comme un engagement juridique de quelque nature que ce soit de JOUVE. Tout accord devra être formulé par écrit papier ultérieur signé par un représentant légal de JOUVE. Par ailleurs, si vous recevez ce mail par erreur, merci de nous le signaler et de le détruire ainsi que l'intégralité du document qui pourrait y être joint.

The present email and all information included therein do not constitute a legal agreement accorded by Jouve. All legal agreements must be formulated in writing on paper by a legal representative of JOUVE. If you have received this email by mistake, please inform us of that fact and destroy the email and any documents it might contain. Thank you for your cooperation.


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



Reply via email to