Hello Bertrand, Thank you. That's exactly what I was trying to do.
Cheers Florent On 5/23/05, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > Le 23 mai 05, � 11:39, Florent MIGNON a �crit : > > > 1] xml1 + xsl1 ----->xsl2 > > 2] xml2 + xsl2 -----> xml3 > > oops sorry I was too quick, what you need is something like > > <map:match pattern="generate-xsl2"> > <map:generate src="xml1"/> > <map:transform src="xsl1"/> > <map:serialize type="xml"/> > </map:match> > > <map:match pattern="xml3"> > <map:generate src="xml2"/> > <map:transform src="cocoon:/generate-xsl2"/> > <map:serialize type="xml"/> > </map:match> > > -Bertrand > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
