well, can i wish support of dynamic XSLT generation in addition?

stage1 - xml1 -> xslt1 -> xslt2
stage2 - xml2 -> xslt2 -> result-xml

as simplest example - Schematron rules

with best wishes,
Slav

On Fri, Aug 15, 2008 at 6:04 PM, Reinhard Pötz <[EMAIL PROTECTED]> wrote:
> Carlos Tejo Alonso wrote:
>> Hello,
>>
>> I would like to do that:
>>
>> input_1 -> transformation_2 -> output_1
>> input_2 -> transformation_2 -> output_2
>>
>> output_1 + ouput_2 -> transformation -> output_1+2
>>
>> What's the way to connect 2 pipelines in corona-pipeline?
>
> Currently nested pipelines are not supported directly but it's on my
> wishlist ;-)
>
> For now you could write an InputStreamGenerator (should be very similar
> to the StringGenerator) and take the output of the first pipeline as
> input for the second. That's not optimal solution in terms of
> performance but simple to implement.
>
> HTH
>
> --
> Reinhard Pötz                           Managing Director, {Indoqa} GmbH
>                         http://www.indoqa.com/en/people/reinhard.poetz/
>
> Member of the Apache Software Foundation
> Apache Cocoon Committer, PMC member                  [EMAIL PROTECTED]
> ________________________________________________________________________
>
> ---------------------------------------------------------------------
> 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]

Reply via email to