You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jan Hinzmann <ja...@geeksonly.de> on 2005/03/30 09:40:19 UTC

transformers

Hi guys,

one quick question:

	can one use more than one transfomation in a matcher?

like:

   <map:match pattern="multitransform">
	<map:generate src="xml/my.xml"/>
	<map:transform src="xsl/myFirst.xsl"/>
	<map:transform src="xsl/mySecound.xsl"/>
         <map:serialize type="xml"/>
   </map:match>


-- 
Gruss, Jan Hinzmann

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: transformers

Posted by Jan Hinzmann <ja...@geeksonly.de>.
cool, quick question, quick answer :D

John L. Webber wrote:
> Hi Jan,
> 
> Yes, you can. As many as you want!
> 
> John
> 
> Jan Hinzmann wrote:
> 
>>Hi guys,
>>
>>one quick question:
>>
>>    can one use more than one transfomation in a matcher?
>>
>>like:
>>
>>  <map:match pattern="multitransform">
>>    <map:generate src="xml/my.xml"/>
>>    <map:transform src="xsl/myFirst.xsl"/>
>>    <map:transform src="xsl/mySecound.xsl"/>
>>        <map:serialize type="xml"/>
>>  </map:match>
>>
>>
> 

-- 
Gruss, Jan Hinzmann

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: transformers

Posted by "John L. Webber" <Jo...@jentro.com>.
Hi Jan,

Yes, you can. As many as you want!

John

Jan Hinzmann wrote:
> Hi guys,
> 
> one quick question:
> 
>     can one use more than one transfomation in a matcher?
> 
> like:
> 
>   <map:match pattern="multitransform">
>     <map:generate src="xml/my.xml"/>
>     <map:transform src="xsl/myFirst.xsl"/>
>     <map:transform src="xsl/mySecound.xsl"/>
>         <map:serialize type="xml"/>
>   </map:match>
> 
> 

-- 
---------------------------------------------------------
 Jentro Technologies GmbH
 John L. Webber, Software Development
---------------------------------------------------------
 Rosenheimer Str. 145e	    81671 München

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org